sortedIndex library

Functions

sortedIndex(List array, dynamic value) → int
Uses a binary search to determine the lowest index at which value should be inserted into array in order to maintain its sort order. Returns the index at which value should be inserted into array. Example [...]