Module polars_utils::binary_search
source · Functions§
- Find the index of the first element of
arr
that is greater or equal toval
. Assumes thatarr
is sorted. - Find the index of the first element of
arr
that is greater thanval
. Assumes thatarr
is sorted.