IterableFilterIndexedTo<E> extension

on

Methods

filterIndexedTo(List<E> destination, bool predicate(E element, int index)) → void
Appends all elements matching the given predicate to the given destination.