Function Address4.loopback

Returns object that represents 127.0.0.1.

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

Returns

Object that represents the Loopback address.

Example

assert(Address4.loopback().isLoopback());