drocks ~master (2021-10-16T12:44:05.08463)
Dub
Repo
Pair
drocks
pair
Undocumented in source.
struct
Pair {
string
key
;
string
value
;
this
(string key);
this
(string key, string value);
this
(Tuple!(string, string) args);
string
serialize
();
}
Constructors
this
this
(string key)
Undocumented in source.
this
this
(string key, string value)
Undocumented in source.
this
this
(Tuple!(string, string) args)
Undocumented in source.
Members
Functions
serialize
string
serialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
key
string
key
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
drocks
pair
structs
Pair