YamlMap.opIndex

Returns an inout reference to a YamlAlgebraic value indexed by a char[] or YamlAlgebraic key. (community summary)

  1. inout(YamlAlgebraic) opIndex(char[] key)
  2. inout(YamlAlgebraic) opIndex(YamlAlgebraic key)
    struct YamlMap
    ref @safe pure inout return scope
    opIndex
    (
    scope const YamlAlgebraic key
    )
  3. auto opIndex()
  4. auto opIndex()

Return Value

Type: inout(YamlAlgebraic)

the first value associated with the provided key.