kiss ~master (2018-09-04T06:35:33Z)
Dub
Repo
Value
kiss
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
kiss
util
configuration
classes
BadFormatException
ConfigBuilder
ConfigurationItem
EmptyValueException
TestConfig
functions
as
static variables
reservedWords
structs
Configuration
TestHttpConfig
Value