mir-toml ~master (2022-11-30T07:20:14Z)
Dub
Repo
DebugSerializer
mir
toml
deserializer
Undocumented in source.
debug
(
Deserializer
)
struct
DebugSerializer (
T
) {
import
std
.
algorithm
;
;
import
std
.
range
;
;
import
std
.
stdio
;
;
import
std
.
string
;
;
T
forwarder
;
int
fndepth
;
}
Members
Variables
fndepth
int
fndepth
;
Undocumented in source.
forwarder
T
forwarder
;
Undocumented in source.
Meta
Source
See Implementation
mir
toml
deserializer
functions
tomlToIon
structs
DebugSerializer
templates
deserializeToml
parseToml