RimKeyRange.empty

Checks if the range is empty

struct RimKeyRange(Range)
pure nothrow @nogc
bool
empty
()
if (
isInputRange!Range &&
isImplicitlyConvertible!(ElementType!Range, const(Archive))
)

Return Value

Type: bool

true if empty