We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
90d04df
Add first() / last() aliases for peekStart() / peek() respectively
a8028f2
Count rings as they are added / removed to make .capacity O(1)
d6237c7
Clarify time complexity of operations
8dc62f7
Make .length O(1) by using the global item count
8bd298a
Update documentation to clarify that multiple values can be added