ListBinarySearchExtension<E> extension

on

Methods

binarySearch(E value, {int compare(E a, E b)?}) int
Returns a position of the value in this list, if it is there.