product

inline fun IntArray.product(): <Error class: unknown class>

Returns the product of all elements in the array.

Receiver

The array.

Return

The product of all elements.