I don't see anywhere in docs but I'd like to treat my immutable data structures like normal JS ones, in that I dislike having to use get and set rather than just =. I assumed this spec would have something along those lines but I didn't see it explicitly.
I don't see anywhere in docs but I'd like to treat my immutable data structures like normal JS ones, in that I dislike having to use
getandsetrather than just=. I assumed this spec would have something along those lines but I didn't see it explicitly.