toml-d ~master (2022-05-01T09:36:55.1574376)
Dub
Repo
TOMLValue.Store
toml
parser
TOMLValue
Undocumented in source.
struct
TOMLValue
union
Store {
string
stringv
;
long
intv
;
float
floatv
;
bool
boolv
;
TOMLValue
[]
arrayv
;
TOMLValue
[
string
]
keygroups
;
}
Members
Variables
arrayv
TOMLValue
[]
arrayv
;
Undocumented in source.
boolv
bool
boolv
;
Undocumented in source.
floatv
float
floatv
;
Undocumented in source.
intv
long
intv
;
Undocumented in source.
keygroups
TOMLValue
[
string
]
keygroups
;
Undocumented in source.
stringv
string
stringv
;
Undocumented in source.
Meta
Source
See Implementation
toml
parser
TOMLValue
constructors
this
functions
array
group
integer
keys
opBinaryRight
opIndex
opIndexAssign
str
unions
Store