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