LimitedArray
This is data structure very similar to the queue.
let limitedArray = limit : 20; limitedArray;limitedArray;...limitedArray;// first element will be deleted, second element will be firstconsole // true
This is data structure very similar to the queue.
let limitedArray = limit : 20; limitedArray;limitedArray;...limitedArray;// first element will be deleted, second element will be firstconsole // true
npm i limited-array
22
2.0.3
ISC
11.5 kB
18