OrderedIndex.bounds

Get a range of values bounded below by lower and above by upper, with inclusiveness defined by boundaries. Complexity: O(log(n))

mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
bounds
(
string boundaries = "[]"
U
)
(,)
if (
isImplicitlyConvertible!(U, KeyType)
)

Meta