ListLowerBoundExtension<E>  extension 
 
- on
- 
          - List<E> 
 
- List<
Methods
- 
  lowerBound(E value, {int compare(E a, E b)?}) → int 
- 
      Available on List< Returns the first position in this list that does not compare less thanE> , provided by the ListLowerBoundExtension extensionvalue.