The OpenD Programming Language

YamlMap._opIn

  1. inout(YamlAlgebraic)* _opIn(char[] key)
  2. inout(YamlAlgebraic)* _opIn(YamlAlgebraic key)
    struct YamlMap
    @safe pure nothrow @nogc inout return scope
    _opIn
    (
    scope const YamlAlgebraic key
    )

Return Value

Type: inout(YamlAlgebraic)*

the first value associated with the provided key.

Meta