diff
trait Collection[A] { def diff(as: Collection[A]): Collection[A] }
diff は、このコレクションとコレクション as の重複を許す差集合を計算します。
as