UNPKG

array-ring

Version:

Advanced Array and Ring structure for Large data: A High-Performance Solution, mostly created to implement array methods, bringing 2 data structures, An efficient resizable array with similar methods to javascript array which are optmized methods like shi

3 lines (2 loc) 55 B
export * from "./RingArray"; export * from "./EArray";