-
Notifications
You must be signed in to change notification settings - Fork 247
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
Implement empty!() for CircularBuffer and add CircularBuffer to docs #314
Comments
Thanks for creating this issue. Do feel up to submitting a pull request? |
I'd love to. It may be terrible- I'm new to this. |
No worries--I and others will try to give good feedback. Give it a try! |
Since
Sidenote: |
This is now #317 . Closing the issue. |
empty!(CircularBuffer) would be nicer to use than recreating it. CircularBuffer has auto-eviction while CircularDeque does not, so it warrants an entry in the docs.
The text was updated successfully, but these errors were encountered: