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

NameDescription

ArrayDelRange()

Deletes a range of elements from the array passed as argument and ...

ArrayDeplex()

Demultiplexes the array passed as argument and returns the speficied subarray (to multiplex ...

ArrayGetRange()

Retrieves a range of elements (a subarray) from array ...

ArrayInsRange()

Inserts the elements of newval_array before array[index] and returns the ...

ArrayJoin()

Joins the arrays passed as arguments (arr01, arr02, ...) serially, ...

ArrayPlex()

Multiplexes the arrays passed as arguments (arr01, arr02, ...) and ...

ArraySetRange()

Assigns new values to a range of elements (subarray) of array and ...

ArraySplit()

Splits array to a specified number of parts or to parts with specified length ...

Constants

None

Variables

None