Function array__ops::sum_from

source ·
pub fn sum_from<T, const N: usize, S>(array: [T; N], from: S) -> S
where S: AddAssign<T>,