hunt ~master (2022-04-01T03:44:56Z)
Home
Dub
Repo
Value
hunt
util
Configuration
struct
Value {
this
(bool opt);
this
(string str, bool opt);
string
name
;
bool
optional
;
}
Constructors
this
this
(bool opt)
Undocumented in source.
this
this
(string str, bool opt)
Undocumented in source.
Members
Variables
name
string
name
;
Undocumented in source.
optional
bool
optional
;
Undocumented in source.
Meta
Source
See Implementation
hunt
util
Configuration
classes
BadFormatException
ConfigBuilder
ConfigurationItem
EmptyValueException
functions
as
static variables
reservedWords
structs
Configuration
ConfigurationFile
Value