:: can represent any address. This function checks whether this address is ::.
$(D_KEYWORD true) if this is an unspecified address, $(D_KEYWORD false) otherwise.
assert(address6("::").get.isAny());
See Implementation
:: can represent any address. This function checks whether this address is ::.