[][src]Function smoke::generator::product2

pub fn product2<G1, G2, F>(gen1: G1, gen2: G2, f: F) -> Product2<G1, G2, F>

Product of 2 generators, figuratively: F(G1, G2)