Remix.run Logo
two_handfuls 4 hours ago

It doesn't mutate l exactly, it makes a new list slightly different from the original one and assigns it to l.

That means if someone has a reference to the original l, they do not see the change (because l is immutable. Both of them).

22 minutes ago | parent | next [-]
[deleted]
hatthew 16 minutes ago | parent | prev [-]

I think I am misunderstanding the behavior of the alt keyword