We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
toStream
1 parent 763a078 commit eec237eCopy full SHA for eec237e
src/main/scala/stdlib/Traversables.scala
@@ -195,7 +195,7 @@ object Traversables extends AnyFlatSpec with Matchers with org.scalaexercises.de
195
}
196
197
/**
198
- * `toStream` will convert any `Traversable` to a `LazyList` where elements are evaluated as they
+ * `.to(LazyList)` will convert any `Traversable` to a `LazyList` where elements are evaluated as they
199
* are needed:
200
*/
201
def toLazyListFunctionTraversables(res0: Boolean, res1: LazyList[Int]) = {
0 commit comments