YamlMap.this

Constructs a YamlMap from an array of YamlPairs or from separate key and value arrays. (community summary)

  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)