containers ~bsf-checks (2022-01-27T01:36:43.1057943)
Dub
Repo
TTree.Range
containers
ttree
TTree
Tree range
struct
TTree
(T, bool allowDuplicates = false, alias less = "a < b", bool supportGC = true, size_t cacheLineSize = 64)
static
struct
Range {
this
();
T
front
();
bool
empty
();
void
popFront
();
Range
save
();
}
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
Source
See Implementation
containers
ttree
TTree
aliases
Value
destructors
~this
functions
contains
empty
equalRange
insert
length
lowerBound
opOpAssign
opSlice
print
remove
upperBound
postblits
this(this)
structs
Range
Tree range