TTree.Range

Tree range

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

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()

Standard range operations

front
ET front()
popFront
void popFront()

Standard range operations

Meta