File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Synopsis 3: Perl 6 Operators
15
15
Created: 8 Mar 2004
16
16
17
17
Last Modified: 9 Apr 2012
18
- Version: 245
18
+ Version: 246
19
19
20
20
=head1 Overview
21
21
@@ -2170,17 +2170,6 @@ implementation is required to trap such a loop termination and change the
2170
2170
status of the list from 'infinite' to 'finite, such that C<.elems> reports
2171
2171
the actual produced length, not C<Inf>.
2172
2172
2173
- =item *
2174
-
2175
- C<< infix:<E> >>, test for EMPTY iterator
2176
-
2177
- Returns the list on the left unless any of them are EMPTY, in which
2178
- case it executes the thunk on the right. Typically used in a loop
2179
- with C<take>:
2180
-
2181
- loop {
2182
- take @iterators>>.get E last;
2183
- }
2184
2173
2185
2174
=back
2186
2175
You can’t perform that action at this time.
0 commit comments