Add Records and Tuples (as a syntax extension) like in the TC39 proposal
masak opened this issue · 0 comments
masak commented
It's a stage 2 proposal that introduces the syntaxes #[...]
and #{ ... }
for deeply immutable containers, that are only allowed to recursively contain primitives, records, and tuples.