Function array_math::zip

source ·
pub fn zip<T, const N: usize, Z>(array: [T; N], other: [Z; N]) -> [(T, Z); N]