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 Deque::{get, get_mut, get_unchecked, get_unchecked_mut} #477

Merged
merged 3 commits into from
Jun 30, 2024

Conversation

MrGunflame
Copy link
Contributor

Adds direct indexing methods to Deque, equivalent to their VecDeque counterparts.

@sosthene-nitrokey
Copy link
Contributor

TODO: depending on which is merged first, either add the methods to #459 or add the methods to DequeView.

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.

Thakn you!

@Dirbaio Dirbaio enabled auto-merge June 30, 2024 21:59
@Dirbaio Dirbaio added this pull request to the merge queue Jun 30, 2024
Merged via the queue into rust-embedded:main with commit 8170f58 Jun 30, 2024
22 checks passed
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.

None yet

3 participants