pub type AccumulatorType = ElemType;
The element type of the accumulator.
pub enum AccumulatorType { Index, Float(FloatKind), Int(IntKind), UInt(UIntKind), Complex(ComplexKind), Bool, }