Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Last active August 29, 2015 14:23
Show Gist options
  • Save ab5tract/9457079caa93244511b1 to your computer and use it in GitHub Desktop.
Save ab5tract/9457079caa93244511b1 to your computer and use it in GitHub Desktop.
flattened-index
my %h = 1 => [ [<what what>], [<how how>] ], 2 => [ [<this this>] ];
my $i = 0;
my $size = [+] %h.values.map({ +@^a });
(1..$size Z~ %h.values>>.map({ @($^a)})).say;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment