The array :: operators module

The array :: operators module provides functions, constants and global variables for the implementation of array operators, the core mechanism for performing operations on arrays.

Required modules

string :: core, array :: core

Functions

NameDescription

ArrayOpArray()

Performs an operation between corresponding elements of two arrays ...

ArrayOpArrayFunc()

Performs an operation of a function onto all pairs of corresponding elements of two arrays...

ArrayOpFunc()

Performs an operation of a function onto all elements of an array ...

ArrayOpValue()

Performs an operation of a value with all elements of an array ...

ArraySum()

Returns the sum of all array elements as it is deduced by applying a ...

Constants

None

Variables

None