A simple ring buffer. Not particularly fast. Use a library if you need speed.
Type must be specified at construction, otherwise we can't know the type of items and it will be unknown[].
A simple ring buffer. Not particularly fast. Use a library if you need speed.
Type must be specified at construction, otherwise we can't know the type of items and it will be unknown[].