Function sum_23

Source
pub fn sum_23<FA: FieldAlgebra + Copy>(state: &[FA]) -> FA
Expand description

The compiler doesn’t realize that add is associative so we help it out and minimize the dependency chains by hand.