The OpenD Programming Language

YamlMap.opIndex

  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.

Meta