Address6.loopback

Returns object that represents ::1.

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

Return Value

Type: Address6

Object that represents the Loopback address.

Examples

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

Meta