Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwthrow5643
847 days ago
I would like tuples in js, first class, not the crappy [i,j] which could be the head of an array with no sensible equality definition. Pretty please.
1 comments
TheRealPomax
847 days ago
You mean like this stage 2 proposal?
https://github.com/tc39/proposal-record-tuple
link