The elements that do not satisfy test.
test
Iterable<T> whereNot(bool Function(T element) test) => where((element) => !test(element));