scala / collection-strawman

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

Make LinkedList.from non recursive. #494

Closed julienrf closed 6 years ago

julienrf commented 6 years ago

Fixes scala/collection-strawman#441

Not sure we are going to keep LinkedList, though… (see #490)

julienrf commented 6 years ago

LinkedList has been removed.