module documentation
Helper classes and function to help with ring buffer operations.
| Class | |
A simple ring buffer implementation that allows for fixed-size storage of items. It overwrites the oldest item when the buffer is full. |
| Type Variable | T |
Type variable for the items stored in the ring buffer. |