Constructor to create a new TOML key-value pair
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(toml_keyval), | intent(out) | :: | self |
Instance of the TOML key-value pair |
subroutine new_keyval(self) !> Instance of the TOML key-value pair type(toml_keyval), intent(out) :: self associate(self => self); end associate end subroutine new_keyval