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
add to Array on demand add to Array prototype on demand
find functions
cons uncons intersperse intercalate transpose foldl1 foldr1 dropWhileEnd insert delete sortOn union intersect difference group 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: