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.
The text was updated successfully, but these errors were encountered:
Right now,
String
supportsinsert_str
, butVec
doesn't support a similar method for slices. It would be nice if we could have a method forVec<T: Clone>
like this.The text was updated successfully, but these errors were encountered: