Address4.any

Returns object that represents 0.0.0.0.

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

Return Value

Type: Address4

Object that represents any address.

Examples

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

Meta