Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 6, 2024 12:20
Show Gist options
  • Save Whateverable/2f4afdcaf9f68bafecd9f1b00ed81ddc to your computer and use it in GitHub Desktop.
Save Whateverable/2f4afdcaf9f68bafecd9f1b00ed81ddc to your computer and use it in GitHub Desktop.
coverable6
2024.08 grep=. my @a = 1,2,3; my @b := @a.clone; @b[$_] := @a[$_] for @a.keys; @b[1] = 42; dd :@a, :@b
¦e390ae09e880c3d9a38373fed883bfaacc8e63ab: «:a([1, 42, 3])
:b([1, 42, 3])
»
File Code
#L0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment