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