Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Vec::insert_slice #1964

Closed
clarfonthey opened this issue Apr 1, 2017 · 4 comments
Closed

Feature request: Vec::insert_slice #1964

clarfonthey opened this issue Apr 1, 2017 · 4 comments
Labels
T-libs-api Relevant to the library API team, which will review and decide on the RFC.

Comments

@clarfonthey
Copy link
Contributor

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.

@nagisa
Copy link
Member

nagisa commented Apr 1, 2017

Duplicate of rust-lang/rust#32310

@clarfonthey
Copy link
Contributor Author

I wasn't aware of this! Good to know.

@comex
Copy link

comex commented Apr 1, 2017

@clarcharr Feel free to do the implementation work if you want :) It's marked as E-help-wanted E-easy...

@nagisa
Copy link
Member

nagisa commented Apr 1, 2017

There’s PR in already at rust-lang/rust#40434

@Centril Centril added the T-libs-api Relevant to the library API team, which will review and decide on the RFC. label Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-libs-api Relevant to the library API team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

4 participants