subdivideArray

external fun subdivideArray(array: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>, 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