Appends all elements matching the given predicate to the given destination.
predicate
destination
void filterTo(List<T> destination, bool predicate(T element)) => whereTo(destination, predicate);