ExceptExtension<T> extension

on

Methods

except(Iterable<T> other, [Object selector(T element)?]) Iterable<T>
Returns the set difference between the iterable and the given collection.