The OpenD Programming Language

YamlMap.this

  1. this(YamlPair[] pairs)
  2. this(K[] keys, V[] values)
    struct YamlMap
    @safe pure nothrow
    this
    (
    K[] keys
    ,
    V[] values
    )
  3. this(K[V] associativeArray)

Meta