RimKeyRange.oneLeft

Checks if only one archives are left in the range

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

Return Value

Type: bool