Circular Buffer?

Monkey Forums/Monkey Programming/Circular Buffer?

Jesse(Posted 2014) [#1]
Has anybody made a Circular buffer for Class objects that wants to share the source code?

I have an idea how to design it, just too stressed right now to figure it out. If not, I will try to find some time tomorrow to do one and share the code.


Difference(Posted 2014) [#2]
There is the Deque Class if that's any help ?


Jesse(Posted 2014) [#3]
Thanks! That'll do. I previosly missed missed it.