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