pub trait FoldMul { type Output; }
A type operator that gives the product of all elements of an Array.
Array
The type of the result of the product