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.
1 parent c4dcfe7 commit c8f6731Copy full SHA for c8f6731
src/main/scala/scala/collection/immutable/next/package.scala
@@ -20,6 +20,8 @@ package object next {
20
* that endlessly repeats the elements in the input.
21
* The result is a true cycle occupying only constant memory.
22
*
23
+ * Does not force the input list (not even its empty-or-not status).
24
+ *
25
* Safe to call on unbounded input, but in that case the result is not a cycle
26
* (not even if the input was).
27
*/
0 commit comments