The array :: slices module
The array :: slices module provides functions, constants and global variables for the implementation of operations on array slices (ie subranges) such as selection, deletion, replacement, etc.
Required modules
base :: core, string :: core, array :: core
Functions
Name | Description |
---|---|
Deletes a range of elements from the array passed as argument and ... | |
Demultiplexes the array passed as argument and returns the speficied subarray (to multiplex ... | |
Retrieves a range of elements (a subarray) from array ... | |
Inserts the elements of newval_array before array[index] and returns the ... | |
Joins the arrays passed as arguments (arr01, arr02, ...) serially, ... | |
Multiplexes the arrays passed as arguments (arr01, arr02, ...) and ... | |
Assigns new values to a range of elements (subarray) of array and ... | |
Splits array to a specified number of parts or to parts with specified length ... |
Constants
None
Variables
None