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 removed item
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 removed item
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
Remove item from the list
a list and index
list with removed item
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
Reverse the list
a list and an index
item
Generated using TypeDoc
Add item to the list
add
item at index
false