Skip to content

Instantly share code, notes, and snippets.

@mcmillhj
Created April 26, 2018 19:53
Show Gist options
  • Save mcmillhj/e2200a93f61b1514a93b2be811b20cac to your computer and use it in GitHub Desktop.
Save mcmillhj/e2200a93f61b1514a93b2be811b20cac to your computer and use it in GitHub Desktop.
Array as Hash key
> my %h{Array};
{}
> %h{[1,2]} = [3,4];
Type check failed in binding to parameter 'key'; expected Array but got Int (1)
in block <unit> at <unknown file> line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment