IterableFilterNotToIndexed<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
filterNotToIndexed(
List< E> destination, bool predicate(E element, int index)) → void -
Appends all elements not matching the given
predicate
to the givendestination
.