public class SearchingKt
static int
searchSorted(F64Array $receiver, double target)
target
public static int searchSorted(@NotNull F64Array $receiver, double target)
Returns the insertion index of target into a sorted vector.
If target already appears in this vector, the returned index is just before the leftmost occurrence of target.