YamlMap.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. YamlAlgebraic opIndexAssign(V value, string key)
    struct YamlMap
    ref @safe pure return scope nothrow
    opIndexAssign
    (,
    string key
    )
  2. YamlAlgebraic opIndexAssign(V value, const(char)[] key)
  3. YamlAlgebraic opIndexAssign(V value, YamlAlgebraic key)

Meta