Arr Module
An internal module with functions for working with arrays.
Functions and values
| Function or value |
Description
|
Full Usage:
maxIndex xs
Parameters:
'T[]
Returns: int
|
Returns the index of the biggest element.
|
Full Usage:
minIndex xs
Parameters:
'T[]
Returns: int
|
Returns the index of the smallest element.
|
Euclid