Closed szeiger closed 6 years ago
Some of them need to be there because the ones on WrappedArray have the wrong types. Others can be easily optimized.
The type parameters on Seq.diff and Seq.intersect from the old collections library are no longer necessary.
Seq.diff
Seq.intersect
Fixes https://github.com/scala/collection-strawman/issues/501.
Some of them need to be there because the ones on WrappedArray have the wrong types. Others can be easily optimized.
The type parameters on
Seq.diff
andSeq.intersect
from the old collections library are no longer necessary.Fixes https://github.com/scala/collection-strawman/issues/501.