Function vortex::compute::search_sorted_many

source ยท
pub fn search_sorted_many<T: Into<Scalar> + Clone>(
    array: &Array,
    targets: &[T],
    sides: &[SearchSortedSide],
) -> VortexResult<Vec<SearchResult>>
Expand description

Search for many elements in the array.