Function Address6.loopback

Returns object that represents ::1.

static Address6 loopback() pure nothrow @property @nogc @safe;

Returns

Object that represents the Loopback address.

Example

assert(Address6.loopback().isLoopback());