Function Address6.isUniqueLocal

Determines whether this address is an Unique Local Address (ULA).

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

Returns

true if this is an Unique Local Address, false otherwise.

Example

assert(address6("fd80:124e:34f3::1").get.isUniqueLocal());