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

2.9.41 • Public • Published

Gets values from the right. 🏃 📼 📦 🌔 📒

Alternatives: right, right$.
Similar: left, middle, right.
This is part of package extra-array.

This is browserified, minified version of @extra-array/right-update.
It is exported as global variable array_right$.
CDN: unpkg, jsDelivr.

array.right$(x, [n]);
// x: an array (updated)
// n: number of values (1)
// --> x
const array = require('extra-array');

var x = [1, 2, 3];
array.right$(x, 1);
// [ 3 ]

x;
// [ 3 ]

var x = [1, 2, 3];
array.right$(x, 2);
// [ 2, 3 ]

references

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @extra-array/right-update.min

      Weekly Downloads

      0

      Version

      2.9.41

      License

      MIT

      Unpacked Size

      11.4 kB

      Total Files

      29

      Last publish

      Collaborators

      • wolfram77