arraylikeobj
Create an array-like object.
Create an array-like object.
Select a random item from an array.
Do complex array transformation based on substrings to change order of array or remove values
Array2D is an auxiliary tool to create, manage and manipulate 2d arrays.
Convert array of strings to lowercase
Convert an array into an object (odd entries are keys, even entries are values)
Making an array into a string.
Insert the data into a fixed array and shift the array to right or left. While inserting it removes the first data with respect to the shifting operation.
Shuffles an array around randomly
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.Study from jonschlinkert/array-slice
Rotate array by n positions
一个链式调用,用于处理集合的工具。并且支持插件(新的命令和功能)的注入。对于处理复杂的集合操作非常有用,大家一起来丰富它的功能吧! 本工具对于使用orm框架查询返回的实体集合,再进行特定场景下的业务处理,将非常有用。
Nearly weightless module that sorts an array of objects with provided object-key.
Adds array.last property. Usage: ['a', 'b'].last //=> 'b'
move array by oldIndex and newIndex
Get a page worth of records from an array
Extract a list of property values from array with objects
an array of genders for dynamically generating inclusive gender lists
Converts an array of items to a tree of nested elements in an efficient way, works in both browser and node
Tiny library to get last, or nth last entry in array