binary_search library

Functions

binarySearchReturnLowest<num>(List<double> sortedList, double value, {bool matchReturnsMin = false}) int
Like Flutter's binarySearch, but will return nearest index, prefering the lower index.