vest-dini ~master (2021-12-04T12:33:31.4365017)
Dub
Repo
IniValue
dini
inivalue
Undocumented in source.
struct
IniValue {
this
(string value);
string
toString
();
T
to
();
T
to
();
T
to
();
string
opCast
();
auto
opCast
();
auto
opCast
();
}
Constructors
this
this
(string value)
Constructor
Members
Functions
opCast
string
opCast
()
Cast to a string
opCast
auto
opCast
()
Casting to integer and float types
opCast
auto
opCast
()
Cast to a bool
to
T
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
to
T
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
to
T
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dini
inivalue
structs
IniValue