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