Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 22, 2020 17:53
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 Whateverable/9e0f849c02a565481e8bbac0be05accc to your computer and use it in GitHub Desktop.
Save Whateverable/9e0f849c02a565481e8bbac0be05accc to your computer and use it in GitHub Desktop.
Whateverable
2020-01-21T06:18:29Z #raku <guifa2> ToddAndMargo: returning Array has the same issues. Positional allows list/array/etc, Array requires an array explicitly. There are some times that one or the other is better (particularly if you're returning lists that should be immutable, then youd want to avoid Array)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment