Closed
Description
Solution for #46.
Most other languages have a "spread" or "splat" syntax that interpolates the elements of an existing collection into a new collection. In JS, it's a prefix ...
. In Ruby, Python, and a couple of others, it's a prefix *
.
I propose we follow JS and use ...
.
This proposal is now accepted. Implementation work is being tracked in #164.
Metadata
Metadata
Assignees
Type
Projects
Status
Done