Function Address6.isMulticast

Determines whether this address' destination is a group of endpoints.

bool isMulticast() pure nothrow @nogc @safe const;

Returns

true if this is a multicast address, false otherwise.

See Also

isUnicast.

Example

assert(address6("ff00::").get.isMulticast());