scala / collection-strawman

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

Introduce IterableOnceOps as common abstraction for Iterable & Iterator #480

Closed szeiger closed 6 years ago

szeiger commented 6 years ago

Fixes #465

szeiger commented 6 years ago

Looks like an actual unsoundness in SortedMultiSet slipped through the cracks of the compiler(s) so far but gets flagged now that zipWithIndex was moved to a supertrait.

szeiger commented 6 years ago

Rebased on top of #457