lower_bounds library

Functions

lowerBound<T>(List<T> array, T value, Comparator comparator) int

Typedefs

Comparator<T> = int Function(T a, T b)