Module polars_utils::binary_search

source ·

Traits§

Functions§

  • Find the index of the first element of arr that is greater or equal to val. Assumes that arr is sorted.
  • Find the index of the first element of arr that is greater than val. Assumes that arr is sorted.