Map.this

Create a shallow copy of other map.

  1. this(Map other)
    struct Map
    @nogc
    this
    (
    inout ref Map other
    )
  2. this(Value value)
  3. this(mg_map* ptr)

Meta