Help for this page
for @array -> $a, $b { ... } for @array -> $one, $two, $three { ... }
my @bytwo = map -> $a, $b { [$a,$b] } @array;