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 9d78199 commit 30634e9Copy full SHA for 30634e9
lib/Type/Iterator.pod
@@ -59,6 +59,15 @@ Iterators with side effects should produce exactly C<$count> elements;
59
iterators without side effects (such as L<Range|/type/Range> iterators) can
60
produce more elements to achieve better performance.
61
62
+=head2 method push-all
63
+
64
+ method push-all(Iterator:D: $target)
65
66
+Produces all elements from the iterator and pushes them to C<$target>.
67
68
+The fallback is implemented in terms of C<push-at-least> with a larget
69
+C<$count>.
70
71
=head2 method push-until-lazy
72
73
method push-until-lazy(Iterator:D: $target) returns Mu
0 commit comments