extra-array
Advanced tools
Comparing version 4.1.19 to 4.1.20
{ | ||
"name": "extra-array", | ||
"version": "4.1.19", | ||
"version": "4.1.20", | ||
"description": "An array is a collection of values, stored contiguously.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ An [array] is a collection of values, stored contiguously.<br> | ||
possible **arrangements** or **random arrangements**, **finding** an element, | ||
**taking/dropping** elements or **scanning** from the begining or end the of an | ||
**taking/dropping** elements or **scanning** from the beginning or end the of an | ||
array, **searching** the index of a part of the array, performing **functional** | ||
@@ -34,4 +34,4 @@ operations, **flattening** multi-level arrays, obtaining **prefix sum**, | ||
modify the array itself, while functions like `swap$()` *do modify (update)* the | ||
array itself. Some functions accept a map function for *faster comparision*, | ||
such as `unique()`. Furher, functions which return an iterable instead of an | ||
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 | ||
@@ -38,0 +38,0 @@ from other programming languages such as *Haskell*, *Python*, *Java*, and |
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
190652