Address.this

Constructs a new address from a container list.

  1. this(string addr)
  2. this(const(Address) copy)
  3. this(const(string)[] parts, bool endsWithMethod)
    struct Address
    this
    (
    const(string)[] parts
    ,
    bool endsWithMethod = true
    )

Meta