UniqueRange.empty

Is true if range is empty.

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

Meta