RimKeyRange.RangeContext

Undocumented in source.

Constructors

this
this(Range range, GetType _get_type)
Undocumented in source.
this
this(RangeContext rhs, GetType _get_type)
Undocumented in source.

Members

Classes

AdderRange
class AdderRange
Undocumented in source.

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

save
RangeContext save()
Undocumented in source. Be warned that the author may not have intended to support it.
type
Archive.Type type()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_added_archives
const(Archive)[] _added_archives;
Undocumented in source.
added_range
AdderRange added_range;
Undocumented in source.
get_type
GetType get_type;
Undocumented in source.
range
Range range;
Undocumented in source.

Meta