Array functions to manipulate arrays.
Recursively flatten an array or arrays.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Get the ArrayBuffer out of a TypedArray, robustly.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Faster, node.js focused alternative to JavaScript's native array map.
Faster alternative to javascript's native filter method.
read row to arr module
A tiny, faster alternative to native Array.prototype.every
extend an object
A tiny and fast selection algorithm in JavaScript.
Return an object as an 'x-www-form-urlencoded' string
return the first event in a set of ee/event pairs
ES spec-compliant shim for ArrayBuffer.prototype.slice
Rotate all items in an array
DEFLATE implemented in JavaScript (works in browser and Node)
A common util collection for antv projects
Simple Lazy Ranges for Node/Javascript
Swap two items in an array. Does not modify the Array prototype.
remove items from a javascript array without generating memory garbage
取得陣列唯一值,支援深度比較巢狀物件和陣列 / Get unique values from array with deep comparison for nested objects and arrays
Removes duplicates from a sorted array in place
Join a list
JSON does not handle circular references. This version does