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