The array :: properties module
The array :: properties module provides functions, constants and global variables for getting / setting common array properties such as whether (or how many times) a value is contained in an array, etc.
Required modules
base :: core, base :: conversion, array :: core, array :: operators
Functions
Name | Description |
---|---|
Returns true if array contains at least one element with ... | |
Returns the number of array elements with value value... | |
Returns the (first) index of array that contains the specified value... | |
Returns the bigger value stored inside array... | |
Returns the smaller value stored inside array... |
Constants
None
Variables
None