UniqueRange.empty

Is true if range is empty.

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

Meta