YamlMap.opIndex

Provides indexed access to a YAML map using either a character array key or another YamlAlgebraic key, returning an inout reference. (community summary)

  1. inout(YamlAlgebraic) opIndex(char[] key)
  2. inout(YamlAlgebraic) opIndex(YamlAlgebraic key)
  3. auto opIndex()
    struct YamlMap
    @trusted return scope pure nothrow @nogc
    opIndex
    ()
  4. auto opIndex()