BTree.Range

D-style Ranges.

class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
static
struct Range {}

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(ValueT) front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source.
toIterator
Iterator toIterator()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta