Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created October 10, 2023 18:13
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 gfldex/7c6fcc45008c7e6e8eae9905466ea715 to your computer and use it in GitHub Desktop.
Save gfldex/7c6fcc45008c7e6e8eae9905466ea715 to your computer and use it in GitHub Desktop.
my @a = 'Raku' xx 2**16;
sub foo([]) { }
foo(@a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment