-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
convenience method for length #18
Comments
I ended up calling |
|
Actually, leaving open as a reminder this needs to be documented. |
What would be really nice is a remaining size. :) |
@acidhax Could add a convince method, but should only need |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is there a way to get the total number of items in the buffer?
Also, I want to completely dump the buffer by calling
.pop()
in iteration. Can I call .pop and then check the size until the size is zero?The text was updated successfully, but these errors were encountered: