TTree.equalRange

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

Return Value

Type: auto

a range of elements which are equivalent (though not necessarily equal) to value.

Meta