IterableWhereNotToIndexed<E> extension

on

Methods

whereNotToIndexed(List<E> destination, bool predicate(E element, int index)) → void

Available on Iterable<E>, provided by the IterableWhereNotToIndexed extension

Appends all elements not matching the given predicate to the given destination.