Function Address6.any

Returns object that represents ::.

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

Returns

Object that represents any address.

Example

assert(Address6.any().isAny());