- _opIn
inout(YamlAlgebraic)* _opIn(char[] key)
inout(YamlAlgebraic)* _opIn(YamlAlgebraic key)
- byKeyValue
auto byKeyValue()
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(YamlAlgebraic) opIndex(char[] key)
inout(YamlAlgebraic) opIndex(YamlAlgebraic key)
- opIndex
auto opIndex()
- opIndexAssign
YamlAlgebraic opIndexAssign(V value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
YamlAlgebraic opIndexAssign(V value, const(char)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
YamlAlgebraic opIndexAssign(V value, YamlAlgebraic key)
Undocumented in source. Be warned that the author may not have intended to support it.
YAML map representation.
The implementation preserves order and allows duplicated keys.