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

feat: VecDeque #11

Merged
merged 9 commits into from
Nov 11, 2024
Merged

feat: VecDeque #11

merged 9 commits into from
Nov 11, 2024

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Nov 5, 2024

Initial implementation of VecDeque.

This collection does not (currently) support .extend().
Instead of pushing an element at a time, you can first create a vector and then .into() a VecDeque.

@amunra amunra requested a review from eugenels November 7, 2024 11:53
@amunra amunra marked this pull request as ready for review November 7, 2024 11:56
@amunra amunra merged commit c8c08bd into main Nov 11, 2024
20 checks passed
@amunra amunra deleted the vec_deque branch November 11, 2024 12:18
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.

2 participants