Determines whether this is an IPv4 address.
$(D_KEYWORD true) if this is an IPv4 address, $(D_KEYWORD false) otherwise.
assert(Address(Address4.any()).isV4());
See Implementation
Determines whether this is an IPv4 address.