ExcludeExtension<T> extension

on

Methods

exclude(T value, {bool comparer(T value, T element)?}) Iterable<T>
Returns all elements in this iterable except those that are equal to the specified value.