Address4.isBroadcast

Broadcast address is 255.255.255.255.

struct Address4
const @nogc nothrow pure @safe
bool
isBroadcast
()

Return Value

Type: bool

$(D_KEYWORD true) if this is a broadcast address, $(D_KEYWORD false) otherwise.

Examples

assert(address4("255.255.255.255").get.isBroadcast());

Meta