ListBinarySearchExtension<E> extension
- on
-
- List<
E>
- List<
Methods
-
binarySearch(
E value, {int compare(E a, E b)?}) → int -
Returns a position of the
value
in this list, if it is there.
value
in this list, if it is there.