Address4.loopback

Returns object that represents 127.0.0.1.

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

Return Value

Type: Address4

Object that represents the Loopback address.

Examples

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

Meta