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

Fix naming of RingBuffer.pop(Front/Back). #5

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

s-ludwig
Copy link
Member

Should have been remove(Front/Back) to match std.container.array.Array and not lead to accidental removal of elements when using range algorithms.

Should have been remove(Front/Back) to match std.container.array.Array and not lead to accidental removal of elements when using range algorithms.
@s-ludwig s-ludwig requested a review from l-kramer February 13, 2024 12:16
@s-ludwig s-ludwig merged commit 88c9e71 into master Feb 13, 2024
12 checks passed
@s-ludwig s-ludwig deleted the fix_ringbuffer_naming branch February 13, 2024 12:23
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