Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.09 KB

README.md

File metadata and controls

29 lines (24 loc) · 2.09 KB

ArrayLike reallocation for JavaScript. See docs.

import {alloc} from '@array-like/alloc';
import {iota} from '@array-like/fill';
import {realloc} from '@array-like/realloc':

const a = alloc(100);
iota(a, 0, 100, 0);
const b = realloc(a, 200); // 0 1 2 .. 98 99 undefined undefined ...

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size