scala / collection-strawman

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

Lazy list lazy head start to avoid issue #529; uncomment Test #531

Closed wibisono closed 6 years ago

wibisono commented 6 years ago

I hope I did not misunderstood the tag low hanging fruit. As far as I can see (and tested) this will fix #529.

-scala-noob-