module documentation

Helper classes and function to help with ring buffer operations.

Class RingBuffer 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.
T = ΒΆ

Type variable for the items stored in the ring buffer.

Value
TypeVar('T')