phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
lowerBound
nxt
generic_array
Wrapper for
std.range.SortedRange.lowerBound
when this
ordering
is sorted.
inout
static if
(
isOrdered!ordering
)
@"complexity", "O(log(length))"
auto
lowerBound
(
SearchPolicy
sp
=
SearchPolicy.binarySearch
U
)
(
U
e
)
Meta
Source
See Implementation
nxt
generic_array
aliases
data
opDollar
pack
prepend
put
constructors
this
destructors
~this
enums
isElementAssignable
functions
clear
compress
contains
insertAtIndex
insertBack
insertMany
lowerBound
opAssign
opEquals
opOpAssign
popBack
popBackN
popFront
pushFront
removeAt
reserve
takeBack
toHash
toSortedArray
toSortedSetArray
upperBound
properties
back
capacity
dup
empty
front
isBorrowed
isLarge
isSmall
length
opIndex
opIndexAssign
opSlice
opSliceAssign
ptr
shrinkTo
tagAsBorrowed
untagAsNotBorrowed
Wrapper for std.range.SortedRange.lowerBound when this ordering is sorted.