Function IPv6.this

Construct an IPv6 address

ref this (
  ref const(core.sys.posix.netinet.in_.in6_addr) ia
) nothrow @nogc @safe;

ref this (
  ubyte[16] bytes
) nothrow @nogc @safe;

ref this (
  string dottedString
) @nogc @safe;