@writetome51/open-array-getter-converter
an array-manipulating typescript/javascript class with methods that return the array converted into something else.
an array-manipulating typescript/javascript class with methods that return the array converted into something else.
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
A private function for use inside subclasses of PublicArrayContainer that have the method .byType()
an array-manipulating typescript/javascript class with methods that replace items in the array
an array-manipulating typescript/javascript class with sorting methods
All these functions check the contents of the passed array and return boolean.
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
Returns array of adjacent items from passed array, starting with, or close to, the passed value
2 functions that return everything after the first instance or last instance of a particular value in an array
2 functions that return everything after or before the first instance of a particular value in an array
2 functions that return everything in the array before or after the last instance of a certain value
2 functions that return everything before the first or last instance of a particular value in an array
Returns all array items after particular index or all array items before particular index
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