TTree.upperBound

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

Return Value

Type: auto

a range of elements which are greater than value.

Meta