A real array that automatically removes items to maintain the capped length
> CappedArray inherited from Array
Simple Array extension to have a fixed-length array that automatically drops the last entry when pushing over the size
TypeScript definitions for @emilbayes/capped-array
An efficient fixed-length array implementation