extra-array
Advanced tools
Comparing version 4.1.22 to 4.1.23
{ | ||
"name": "extra-array", | ||
"version": "4.1.22", | ||
"version": "4.1.23", | ||
"description": "An array is a collection of values, stored contiguously.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,6 +25,2 @@ An [array] is a collection of values, stored contiguously.<br> | ||
With our package, you can simplify the implementation of complex algorithms, and | ||
be able to achieve your goals faster, regardless of your level of expertise. Try | ||
it out today and discover how it can transform your development experience! | ||
We use a consistent naming scheme that helps you quickly identify the functions | ||
@@ -35,11 +31,14 @@ you need. All functions except `from*()` take array as 1st parameter. Some | ||
modify the array itself, while functions like `swap$()` *do modify (update)* the | ||
array itself. Some functions accept a map function for *faster comparison*, | ||
such as `unique()`. Further, functions which return an iterable instead of an | ||
array are prefixed with `i`, such as `isubsequences()`. We borrow some names | ||
from other programming languages such as *Haskell*, *Python*, *Java*, and | ||
array itself. Some functions accept a map function for *faster comparison*, such | ||
as `unique()`. Further, functions which return an iterable instead of an array | ||
are prefixed with `i`, such as `isubsequences()`. We borrow some names from | ||
other programming languages such as *Haskell*, *Python*, *Java*, and | ||
*Processing*. | ||
With this package, you can simplify the implementation of complex algorithms, | ||
and be able to achieve your goals faster, regardless of your level of expertise. | ||
Try it out today and discover how it can transform your development experience! | ||
This package is available in *Node.js* and *Web* formats. To use it on the web, | ||
simply use the `extra_array` global variable after loading with a `<script>` | ||
tag from the [jsDelivr CDN]. | ||
simply use the `extra_array` global variable after loading with a `<script>` tag | ||
from the [jsDelivr CDN]. | ||
@@ -46,0 +45,0 @@ > Stability: [Experimental](https://www.youtube.com/watch?v=L1j93RnIxEo). |
503