TTree.opSlice

struct TTree(T, bool allowDuplicates = false, alias less = "a < b", bool supportGC = true, size_t cacheLineSize = 64)
const
opSlice
()

Return Value

Type: Range

a range over the tree. Do not insert into the tree while iterating because you may iterate over the same value multiple times.

Meta