RimKeyRange.popFront

Progress to the next archive in the list

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