YamlMap.this

Constructs a `YamlMap` from an array of `YamlPair`s, separate key and value arrays, or an associative array. (community summary)

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