toml-foolery ~master (2021-11-04T13:35:56Z)
Dub
Repo
tomlifyValueImpl
toml_foolery
encode
types
datetime
Serializes TimeOfDay into TOML "Local Time" values.
void
tomlifyValueImpl
(T value, Appender!string buffer, string[] parentTables)
void
tomlifyValueImpl
(T value, Appender!string buffer, string[] parentTables)
void
tomlifyValueImpl
(T value, Appender!string buffer, string[] parentTables)
package
void
tomlifyValueImpl
(
T
)
(
const
T
value
,
ref
Appender
!
string
buffer
,
immutable
string
[]
parentTables
)
if
(
makesTomlLocalTime
!
T
)
Meta
Source
See Implementation
toml_foolery
encode
types
datetime
functions
tomlifyValueImpl
variables
makesTomlLocalDate
makesTomlLocalDateTime
makesTomlLocalTime
makesTomlOffsetDateTime
Serializes TimeOfDay into TOML "Local Time" values.