A C++ STL compliant implementation of a circular buffer.
Still very WIP and probably doesn't work fully. Need to fix up copying, size changes, and const iterators. Though the core functionality is there.
I didn't make this on my own of course. I followed some useful tutorials.
References:
https://accu.org/index.php/journals/389
https://www.geeksforgeeks.org/circular-queue-set-1-introduction-array-implementation/
https://goodliffe.blogspot.com/2008/11/c-stl-like-circular-buffer-part-2.html