Map.this

Create a map from a Value.

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

Meta