toml-foolery v1.0.0 (2020-04-21T11:39:29Z)
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.