subdivideArray

external fun subdivideArray(array: ReadonlyArray<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