Skip to content

Instantly share code, notes, and snippets.

@colomon
Created June 10, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/1588c66596f21cfb7d827583ab135fdf to your computer and use it in GitHub Desktop.
Save colomon/1588c66596f21cfb7d827583ab135fdf to your computer and use it in GitHub Desktop.
my %a = a => [1, 2, 3];
my %b = a => [4, 5, 6], b => [7, 8, 9];
%a.append(%b);
say %a;
%b<a>.push: 100;
%b<b>.push: 200;
say %a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment