extra-array
Advanced tools
Comparing version 4.1.3 to 4.1.4
{ | ||
"name": "extra-array", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "An array is a collection of values, stored contiguously.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -95,5 +95,2 @@ An [array] is a collection of values, stored contiguously.<br> | ||
| [entries] | Obtain all index-value pairs. | | ||
| [ikeys] | List all indices. | | ||
| [ivalues] | List all values. | | ||
| [ientries] | List all index-value pairs. | | ||
| | | | ||
@@ -175,7 +172,2 @@ | [index] | Get zero-based index for an element in array. | | ||
| [permutations] | Obtain all possible permutations. | | ||
| [iprefixes] | List all possible prefixes. | | ||
| [isuffixes] | List all possible suffixes. | | ||
| [iinfixes] | List all possible infixes. | | ||
| [isubsequences] | List all possible subsequences. | | ||
| [ipermutations] | List all possible permutations. | | ||
| [searchInfix] | Find first index of an infix. | | ||
@@ -335,5 +327,2 @@ | [searchInfixRight] | Find last index of an infix. | | ||
[entries]: https://github.com/nodef/extra-array/wiki/entries | ||
[ikeys]: https://github.com/nodef/extra-array/wiki/ikeys | ||
[ivalues]: https://github.com/nodef/extra-array/wiki/ivalues | ||
[ientries]: https://github.com/nodef/extra-array/wiki/ientries | ||
[index]: https://github.com/nodef/extra-array/wiki/index | ||
@@ -406,7 +395,2 @@ [indexRange]: https://github.com/nodef/extra-array/wiki/indexRange | ||
[permutations]: https://github.com/nodef/extra-array/wiki/permutations | ||
[iprefixes]: https://github.com/nodef/extra-array/wiki/iprefixes | ||
[isuffixes]: https://github.com/nodef/extra-array/wiki/isuffixes | ||
[iinfixes]: https://github.com/nodef/extra-array/wiki/iinfixes | ||
[isubsequences]: https://github.com/nodef/extra-array/wiki/isubsequences | ||
[ipermutations]: https://github.com/nodef/extra-array/wiki/ipermutations | ||
[searchInfix]: https://github.com/nodef/extra-array/wiki/searchInfix | ||
@@ -413,0 +397,0 @@ [searchInfixRight]: https://github.com/nodef/extra-array/wiki/searchInfixRight |
190468
496