Package Exports
- extra-array
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extra-array) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cons uncons intersperse intercalate transpose permutations foldl1 foldr1 dropWhileEnd insert delete sortOn union intersect difference subsequences isSubsequenceOf isInfixOf isSuffixOf isPrefixOf group stripPrefix break span dropWhileEnd splitAt unfoldr
remove xor xorBy xorWith zipObject zipObjectDeep
Standard utility methods for Array.
Browserified, minified module: extra-array.min.
const Array = require('extra-array');
// Array.is(<value>)
// Array.equal(<array-1>, <array-2>)
// ...
Datatype methods:
About methods:
Generate methods:
Search methods:
- indexOf
- indicesOf
- lastIndexOf
- includes
- includesOnly
- binarySearch
- binarySearch.closest
- binarySearch.first
- binarySearch.last
- contains
- count
- countAll
Transform methods:
- join
- pick
- pickAs
- slice
- copy
- move
- compact
- unique
- fill
- reverse
- sort
- sortIndex
- zip
- unzip
- zipObject
- append
- repeat
Functional methods:
Evaluate methods: