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

ArrayVec should have try_extend to go with try_push, try_insert, and try_append #163

Open
leo60228 opened this issue Jun 29, 2022 · 1 comment

Comments

@leo60228
Copy link

This seems like a logical extension of the existing functionality. Of course, you could manually do the bounds check, but that's error-prone and in performance-sensitive applications could be concerning.

@Lokathor
Copy link
Owner

I'm not against it, but I wonder if you can convince std to put this on vec in nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants