UniqueRange.empty

Is true if range is empty.

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

Meta