extra-iterable
Advanced tools
Comparing version 3.0.142 to 3.0.143
{ | ||
"name": "extra-iterable", | ||
"version": "3.0.142", | ||
"description": "An iterable is a sequence of values.", | ||
"version": "3.0.143", | ||
"description": "A collection of functions for operating upon iterables.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "module": "index.mjs", |
@@ -1,2 +0,2 @@ | ||
An [iterable] is a sequence of values.<br> | ||
A collection of functions for operating upon iterables.<br> | ||
📦 [Node.js](https://www.npmjs.com/package/extra-iterable), | ||
@@ -8,8 +8,9 @@ 🌐 [Web](https://www.npmjs.com/package/extra-iterable.web), | ||
Assumption here is that an iterable can only be iterated over once. Methods | ||
which require multiple iterations preserve old values in a backup array using | ||
[toMany]. Many methods accept both compare and map functions, and in some cases | ||
using **only** a map function enables *faster comparision* (like [unique]). | ||
I borrowed a lot of ideas from Haskell, Elm, Python, Basic, Lodash, and other | ||
NPM packages. These are mentioned in references of each method. | ||
An [iterable] is a sequence of values. Assumption here is that an iterable can | ||
only be iterated over once. Methods which require multiple iterations preserve | ||
old values in a backup array using [toMany]. Many methods accept both compare | ||
and map functions, and in some cases using **only** a map function enables | ||
*faster comparision* (like [unique]). I borrowed a lot of ideas from Haskell, | ||
Elm, Python, Basic, Lodash, and other NPM packages. These are mentioned in | ||
references of each method. | ||
@@ -16,0 +17,0 @@ This package is available in *Node.js* and *Web* formats. The web format |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131778
329