@array-like/copy

0.0.1 • Public • Published

💈 @array-like/copy

ArrayLike copying for JavaScript. See docs.

import {range} from '@iterable-iterator/range';
const n = 100;
const a = Array.from(range(n))
const ai = 0;
const aj = n;
const b = new Uint8Array(n);
const bi = 0;

import {copy} from '@array-like/copy';
copy(a, ai, aj, b, bi);

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

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

Readme

Keywords

Package Sidebar

Install

npm i @array-like/copy

Weekly Downloads

180

Version

0.0.1

License

AGPL-3.0

Unpacked Size

464 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms