scala / collection-strawman

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

Add implicit BuildFrom and Factory instances for BitSets #495

Closed julienrf closed 6 years ago

julienrf commented 6 years ago

Fixes scala/collection-strawman#438

Also removes a unused implicit conversion from IterableFactory to BuildFrom.