Skip to content

♻️ ArrayLike reallocation for JavaScript

License

Notifications You must be signed in to change notification settings

array-like/realloc

Repository files navigation

ArrayLike reallocation for JavaScript. See docs.

import{alloc}from'@array-like/alloc';import{iota}from'@array-like/fill';import{realloc}from'@array-like/realloc': consta=alloc(100);iota(a,0,100,0);constb=realloc(a,200);// 0 1 2 .. 98 99 undefined undefined ...

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size

About

♻️ ArrayLike reallocation for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •