Determines whether this is an IPv6 address.
$(D_KEYWORD true) if this is an IPv6 address, $(D_KEYWORD false) otherwise.
assert(Address(Address6.any()).isV6());
See Implementation
Determines whether this is an IPv6 address.