Determines whether this address' destination is a single endpoint.
$(D_KEYWORD true) if this is a multicast address, $(D_KEYWORD false) otherwise.
assert(address4("192.168.0.1").get.isUnicast());
$(D_PSYMBOL isMulticast).
See Implementation
Determines whether this address' destination is a single endpoint.