// When 2nd dimension is available globally(Number of columns) then we can pass 2D Array as 1D Array.
* ```#acc``` represents a value that you want to include in your single output when you reduce an array. * ```#index``` represents the current array index, along with array index numbers ```#index2, ...