scala / collection-strawman

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

TraversableOnce is missing #552

Closed julienrf closed 6 years ago

julienrf commented 6 years ago

We do have GenTraversableOnce but not TraversableOnce. We should introduce a deprecated alias to IterableOnce.