Function Address.this

Initializes the addres with an IPv4 address.

ref this (
  Address4 address
) pure nothrow @nogc @safe;

ref this (
  Address6 address
) pure nothrow @nogc @safe;

Parameters

NameDescription
address IPv6 address.