lowerBound

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

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

Meta