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