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
While unifying is great, I'd unify on the "returns a copy of the modified array/string" direction. If you ever want to get into threading or anything, immutability goes a long way in eliminating all sorts of race conditions
possibly strings as well -- and there might be some other functions that modify things in place themselves...shuffle / flatten etc all work on a copy.
It'd be good to just unify this behavior...
The text was updated successfully, but these errors were encountered: