@extra-array/reject-at.min
TypeScript icon, indicating that this package has built-in type declarations

2.10.19 • Public • Published

Discards values at given indices. 📦 😺 🏃 📼 🌔 📜 📰 📘

Alternatives: reject, reject$, rejectAt.
Similar: map, filter, reject, reduce, accumulate.

This is part of package extra-array.

This is browserified, minified version of @extra-array/reject-at.
It is exported as global variable array_rejectAt.
CDN: unpkg, jsDelivr.


array.rejectAt(x, is);
// x:  an array
// is: indices
const array = require("extra-array");

var x = [2, 4, 6, 8];
array.rejectAt(x, [1, 2]);
// [ 2, 8 ]

array.rejectAt(x, [1, 3]);
// [ 2, 6 ]


References

Package Sidebar

Install

npm i @extra-array/reject-at.min

Weekly Downloads

2

Version

2.10.19

License

MIT

Unpacked Size

5.19 kB

Total Files

8

Last publish

Collaborators

  • wolfram77