chunked

fun chunked(chunkSize: Int): List<IntList>(source)

Splits this list into chunks of specified size.

Parameters

chunkSize

the size of each chunk

Throws