Function SockAddrIPv6.this

Construct a SockAddrIPv6

ref this (
  core.sys.posix.netinet.in_.in6_addr addr,
  ushort port = cast(ushort)0u
) nothrow @nogc @safe;

ref this (
  string addr,
  ushort port = cast(ushort)0u
) @nogc @trusted;

ref this (
  const(core.sys.posix.sys.socket.sockaddr*) sa,
  uint length
) nothrow @nogc @trusted;

ref this (
  IPv6 addr,
  ushort port = cast(ushort)0u
) nothrow @nogc @safe;