TTree.Range

Tree range

struct TTree(T, bool allowDuplicates = false, alias less = "a < b", bool supportGC = true, size_t cacheLineSize = 64)
static
struct Range {}

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()

Standard range operations

front
T front()
popFront
void popFront()
save
Range save()

Standard range operations

Meta