E9004 Array Errors
chunk-size-invalid
chunk size must be greater than zero
When this occurs
`arrays.chunk(arr, 0)`
Example error message
error[E9004]:
arrays.chunk() size must be greater than zero
How to fix
Chunk size must be greater than zero.