Developer Tools - Circular Array Implementation
Circular array data structure, indexable and sliceable.
Part of the dtools PyPI namespace projects.
- class CA
- full featured circular array data structure
- double sided with amortized O(1) pushes and pops each end
- auto resizing
- indexable, sliceable, and iterable
Detailed dtools.circular-array documentation