Create an ability to instantiate sequences as a literal #536
JankoJerinic
started this conversation in
Feature Request!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, creating
seq
objects (i.e. lists) is a bit cumbersome, as you have to declare them, then append to them in a relatively awkward syntax, which forces you to specify an index:I wish we cold, instead, say:
I wish that we could append objects into lists without having to specify an index:
Beta Was this translation helpful? Give feedback.
All reactions