Function array_math::try_product

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