Extension for arrays.
each | executes a method for each element of an array |
filter | filters the array |
find | gets the index of an element in the array |
insertAt | adds an element to a collection at the specific position |
map | transforms the initial calling array according to the functor |
remove | removes an element from the array |
removeAt | removes one or more elements from the specified position |