subdivideArray

external fun subdivideArray(array: <Error class: unknown class><Any>, numberOfArrays: Int)(source)

Subdivides an array into a number of smaller, equal sized arrays.

Parameters

array

The array to divide.

numberOfArrays

The number of arrays to divide the provided array into.

See also