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
We should add a lint mode that detects unnecessary uses of the word copy and warns about them. In my code, at least, I'd prefer to have copy written only where it needs to be---so that I can use it as a guide to where expensive copies are occurring.