InsertWhereExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
insertWhere(
T value, bool where(T element)) → Iterable< T> -
Available on Iterable<
Inserts an element into the iterable at the first index found where the existing element satisfies a predicate.T> , provided by the InsertWhereExtension extension