Function array__ops::product_from

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