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
Ah OK, trying to come up with an example I see why that wouldn't work - you'd still have to assign aString to self since you'd be mutating aString if you just used aString.append
Appending is all nice and well, but what about prepending?
Would something like that interest you?
The text was updated successfully, but these errors were encountered: