TTree.lowerBound

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
lowerBound
(
this This
)
(
inout T value
)

Return Value

Type: auto

a range of elements which are less than value.

Meta