diff
trait Collection[A] { def diff(as: Collection[A]): Collection[A] }
diff computes the multiset difference between this and the as collection.
as