Updates values based on map function.
Checks if array has a subsequence.
A mostly drop in replacement for an array with extra features
Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.
Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.
Remove duplicate values from an array. Fastest ES5 implementation.
Checks if array has a subsequence.
Fills with given value.
Gives values present in any array.
Keeps values which pass a test.
Removes or replaces existing values.
Breaks array when test passes.
Picks an arbitrary prefix.
Checks if value is array.
Exchanges two values.
Checks if array ends with a suffix.
Checks if array starts with a prefix.
Finds last value passing a test.
Checks if array has a value.
Appends values from arrays.
Gets values at indices.
Gets values from the right.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Picks an arbitrary permutation.