Returns all elements not matching the given predicate.
predicate
Iterable<E> filterNotIndexed(bool Function(E element, int index) predicate) => whereNotIndexed(predicate);