[][src]Function nonogrid::utils::product

pub fn product<T, U>(s1: &[T], s2: &[U]) -> Vec<(T, U)> where
    T: Clone,
    U: Clone