chunksOf
chunksOf(
n): <A>(data) => readonly readonlyA[][]
Defined in: Data/Arr.ts:450
Splits an array into chunks of the given size.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”<A>(data) => readonly readonly A[][]