UniqueRange.empty

Is true if range is empty.

struct UniqueRange(Source)
pure nothrow @safe @nogc const @property @trusted
bool
empty
()
if (
hasLength!Source
)

Meta