pub struct CartesianProductBimorphism<SetOut> { /* private fields */ }Expand description
Bimorphism for the cartesian product of two sets. Output is a set of all possible pairs of items from the two input sets.
pub struct CartesianProductBimorphism<SetOut> { /* private fields */ }Bimorphism for the cartesian product of two sets. Output is a set of all possible pairs of items from the two input sets.