These array functions do not change the input data, unless noted.
Import example:
import { Arrays } from 'https://unpkg.com/ixfx/dist/data.js'; Copy
import { Arrays } from 'https://unpkg.com/ixfx/dist/data.js';
For arrays of numbers:
Randomisation
Comparing
Iterating
Finding/accessing
Array.filter
Sort
Duplicates
Changing the shape
These array functions do not change the input data, unless noted.
Import example:
For arrays of numbers:
Randomisation
Comparing
Iterating
Finding/accessing
Array.filter
but only looks within a specified index rangeSort
Duplicates
Changing the shape