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
Right now, String supports insert_str, but Vec doesn't support a similar method for slices. It would be nice if we could have a method for Vec<T: Clone> like this.