Address6.any

Returns object that represents ::.

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

Return Value

Type: Address6

Object that represents any address.

Examples

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

Meta