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