scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

Add missing methods to ArrayOps #503

Closed szeiger closed 6 years ago

szeiger commented 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.

Fixes https://github.com/scala/collection-strawman/issues/501.