@writetome51/public-array-item-getter
an array-manipulating typescript/javascript class with methods that return items copied from the array
an array-manipulating typescript/javascript class with methods that return items copied from the array
an array-manipulating typescript/javascript class that removes and returns items in the array
an array-manipulating typescript/javascript class with methods that increase the length of the array
an array-manipulating typescript/javascript class with methods that remove items from the array
an array-manipulating typescript/javascript class with methods that return items copied from the array
Functions appendMany(values, array) and prependMany(values, array), which are alternatives to Array.prototype.push(...values) and Array.prototype.unshift(...values)
Returns chosen number of adjacent items in array beginning at chosen index
Function that removes and returns section of the array, starting with, or close to, a particular value
A function that removes/returns all array items after the first instance of a value, and a function that removes/returns all array items after the last instance of a value
Removes and returns items from array, identified by their indexes
Removes and returns array items that pass a test
Removes and returns every extra instance of each array item
Receives a test function and both removes and returns resulting items that pass test.
Removes and returns items from array, identified by their indexes
Returns multiple items from array, identified by their indexes. Does not modify array
Returns every item in array without any duplicates
Function removes chunk of adjacent items from the middle of the array
Removes items from array, identified by indexes
Removes array items that match the criteria of a test function
Removes items from array, identified by indexes