Help for this page
my @@x; @@x <== %hash.keys.grep: {/^\d+$/}; ... @@x <== gather { loop { take rand 100 } }; @array{@@x}
0..* ==> @@foo; 'a'..* ==>> @@foo; ... [4,'e',5] [5,'f',9] ...