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