UNPKG

ring-array

Version:

A simple ring buffer implemented as an Array.

5 lines (3 loc) 149 B
# Ring Array A simple "ring buffer" implemented as an Array. The Array will never grow beyond the given size, overwriting the oldest items instead.