ListLowerBoundExtension<E> extension

on

Methods

lowerBound(E value, {int compare(E a, E b)?}) int

Available on List<E>, provided by the ListLowerBoundExtension extension

Returns the first position in this list that does not compare less than value.