Need more data structure constructors #14

Closed
opened 2024-12-09 14:37:29 -07:00 by sashakoshka · 2 comments
Owner

We've got list, but there should be a map too, as well as other things.

Map could work like {{map key value key value}}. It would error if the number of args is not divisible by two, or if it is zero. It would determine the type of the map from the type of the key and value arguments.

We've got list, but there should be a map too, as well as other things. Map could work like `{{map key value key value}}`. It would error if the number of args is not divisible by two, or if it is zero. It would determine the type of the map from the type of the key and value arguments.
Author
Owner

sprig has dict silly me

sprig has dict silly me
Author
Owner

Never mind, this one can be typed because of reflection

Never mind, this one can be typed because of reflection
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sashakoshka/step#14
No description provided.