The OpenD Programming Language

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
) {}

Members

Functions

empty
bool empty()

Standard range operations

front
ET front()
popFront
void popFront()

Standard range operations

Meta