Skip to content

Commit 6eddfd2

Browse files
committed
index reduction meta operators
1 parent 6a93543 commit 6eddfd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ to destructure a List of Lists.
305305
say $neighbors »>>+<<» ($p, *); # ((1 3) (2 2) (2 4) (3 3))
306306
307307
=head1 Reduction Operators
308+
X<|[] (reduction meta operators)>X<|[+] (reduction meta operators)>
308309
309310
The reduction metaoperator, C<[ ]>, reduces a list with the given infix
310311
operator. It gives the same result as the L<reduce> routine - see there for

0 commit comments

Comments
 (0)