You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's too easy to "escape" into mutable arrays from a ReadonlyArray (e.g. map, filter return mutable arrays). Let's provide a principled, immutable array type that doesn't make this so easy.