IterableWhereTo<E> extension

on

Methods

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