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
Every function except `set' creates and returns a new array. I've done this to be consistent, but it doesn't always make sense.
To improve performance, we could switch to in-place mutations where it makes sense. These would be break changes.
Every function except `set' creates and returns a new array. I've done this to be consistent, but it doesn't always make sense.
To improve performance, we could switch to in-place mutations where it makes sense. These would be break changes.
Possible candidates:
Suggestion by acorn1010 #80
I am not sure yet. I would love to get some input on this.
The text was updated successfully, but these errors were encountered: