The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
TTree.Range
containers
ttree
TTree
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
) {
ET
front
();
bool
empty
();
void
popFront
();
}
Members
Functions
empty
bool
empty
()
Standard range operations
front
ET
front
()
popFront
void
popFront
()
Standard range operations
Meta
Source
See Implementation
containers
ttree
TTree
aliases
insertAnywhere
put
constructors
this
functions
back
clear
contains
empty
equalRange
front
insert
length
lowerBound
opOpAssign
opSlice
remove
upperBound
postblits
this(this)
structs
Range
variables
nodeCapacity
Tree range