The array :: transforms module
The array :: transforms module provides functions, constants and global variables for the implementation of array transformations such as inversion, sorting, etc.
Required modules
base :: core, string :: core, numeric :: statistics, array :: core, array :: operators, array :: slices
Functions
Name | Description |
---|---|
Returns the subset of array with only distinct elements in it. The resulting... | |
Returns a new array with the elements in indices index1, index2 interchanged (ie array[index1] ... | |
Inverts the indexes of the elements of array (the last element ... | |
Removes elements from array, wherever the corresponding flags array element has a value equal t... | |
Rotates the indexes of the elements of array (ie it shifts all elements ... | |
Sorts array, using the quick sort algorithm ... |
Constants
None
Variables
None