ngynkvn/ringbuffer
Simply std.RingBuffer but generic
This is just a direct rip of RingBuffer but with a generic type parameter so I can use it for floats
I would not use this, RingBuffer is small enough you can / should just copy the code instead of pulling this as a dependency.