upperBound

Wrapper for std.range.SortedRange.upperBound when this ordering is sorted.

inout
static if(isOrdered!ordering)
@"complexity", "O(log(length))"
upperBound
(
SearchPolicy sp = SearchPolicy.binarySearch
U
)
(
U e
)

Meta