Function Address4.any

Returns object that represents 0.0.0.0.

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

Returns

Object that represents any address.

Example

assert(Address4.any().isAny());