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