RimKeyRange.RangeContext

Undocumented in source.
struct RimKeyRange(Range)
@safe final
class RangeContext {
Range range;
const(Archive)[] _added_archives;
AdderRange added_range;
const
GetType get_type;
}

Members

Functions

empty
bool empty()

Checks if the range is empty

front
const(Archive) front()

Gets the current archive in the range

popFront
void popFront()

Progress one archive