| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is just the inverse of Reader::shift and exists for the same
reasons.
|
|
|
|
|
|
| |
This function can be used if you need to quickly copy a bunch of
things from the buffer, as it only does its safety checks once, rather
than on every item extraction.
|
|
|
|
|
|
| |
* Add more documentation.
* Add `Iterator` implementation.
* Optimize indexing by using unchecked variants.
|
| |
|
| |
|
|
|
|
|
| |
The index is guaranteed to be in bounds because it's always modulo the
array capacity, so use the unchecked variants to get/set values.
|
|
|