The exciting future or Records & Tuples in JavaScript:
github.com/tc39/proposa...
* Now they're objects called Composites, instead
* They're really just frozen Objects/Arrays!
* Except with an extra bit for Map/Set key behavior
* You need to call Composite.equals for comparison; === is by identity
2025 February TC39 presentation update · Issue #393 · tc39/proposal-record-tuple
At TC39 last week (2025/02) we discussed R&T. Slides here: https://docs.google.com/presentation/d/1uONn7T91lfZDV4frCsxpwd1QB_pU3P7F6V2j9jEPnA8/. Minutes are typically available three weeks after pl...