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

Add method drain for Vec #365

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

remme123
Copy link

Closes #334

@Dirbaio Dirbaio marked this pull request as draft October 31, 2023 00:00
Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have the same API as std Vec's drain.

  • Take a range, so you can drain from the middle, not just from the start.
  • Return an iterator that gets the drained elements.

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

Successfully merging this pull request may close these issues.

Add method drain for Vec, like std::vec::Vec?
2 participants