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 6a93543 commit 6eddfd2Copy full SHA for 6eddfd2
doc/Language/operators.pod6
@@ -305,6 +305,7 @@ to destructure a List of Lists.
305
say $neighbors »>>+<<» ($p, *); # ((1 3) (2 2) (2 4) (3 3))
306
307
=head1 Reduction Operators
308
+X<|[] (reduction meta operators)>X<|[+] (reduction meta operators)>
309
310
The reduction metaoperator, C<[ ]>, reduces a list with the given infix
311
operator. It gives the same result as the L<reduce> routine - see there for
0 commit comments