arraySlice

arraySlice

> Functions

Returns a sublist of array containing all elements from position start to position end (exclusive).

If the increment parameter stride is passed, the function selects only one element every stride.

Parameters
Return
Examples