TTree.Range

Tree range

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, 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