IterableWhereIndexedTo<E> extension

on

Methods

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

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

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