inarray
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.
array-concat
Returns a new array comprised of the given array's contents with the given value appended.
arraymap
Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.
most-curried
A wrapper around Most.js 1.0 providing an auto-curried API + a few minor changes