a list and an item
list with added item
Add item to the list
a list, item and an index
list with added item
Adds item to the list of provided indexes
a list, item and an indexes
list with added item
Add item to the beginning or the end of the list
a list, item and an option for first or last position
list with added item
Adds items to the list of provided indexes matching 1:1, first item will go to first index provided, etc.
a list, items and an indexes
list with added items
Creates an empty list
an empty array list
Flip 2d lists - every nth element of each list will form a separate list
a list of lists to flip
item
Gets elements by pattern
a list and index
list with filtered items
Gets an item from the list by using a 0 based index
a list and an index
item
Get the depth of the list
a list
number of depth
Gets the longest list length from the list of lists
a list of lists
number of max length
Gets nth item in the list
a list and index
list with filtered items
Gets a sub list between start and end indexes
a list and start and end indexes
sub list
Group in lists of n elements
a list
items grouped in lists of n elements
Gets the length of the list
a length list
a number
Merge elements of lists on a given level and flatten output if needed
lists, level and flatten data
list with merged lists and flattened lists
Add item to the beginning of the list
a list and an item
list with added item
Gets items randomly by using a threshold
a list and a threshold for randomization of items to remove
list with remaining items
Removes items randomly by using a threshold
a list and a threshold for randomization of items to remove
list with removed items
Remove all items from the list
a list
The length is set to 0 and same array memory object is returned
remove duplicate numbers from the list
a list of numbers
list with unique numbers
remove duplicate numbers from the list with tolerance
a list of numbers and the tolerance
list with unique numbers
Remove item from the list
a list and index
list with removed item
Remove items from the list of provided indexes
a list and indexes
list with removed items
Remove item from the list
a list and index
list with removed item
Repeat the item and add it in the new list
an item to multiply
list
Repeat the list items by adding them in the new list till the certain length of the list is reached
a list to multiply and a length limit
list
Reverse the list
a list and an index
item
Sort by numeric JSON property value
a list to sort, a property to sort by and an option for ascending or descending order
list
Sort the list of numbers in ascending or descending order
a list of numbers to sort and an option for ascending or descending order
list
Sort the list of texts in ascending or descending order alphabetically
a list of texts to sort and an option for ascending or descending order
list
Generated using TypeDoc
Add item to the end of the list
add
add item to list
false