pub type SelfCartesianProduct<'a, T> = (&'a [T], usize);Expand description
A type that used exclusively for trait CartesianProduct. It return SelfCartesianProductIterator.
§Format
- A slice of T.
- How many time to create a product on slice
pub type SelfCartesianProduct<'a, T> = (&'a [T], usize);A type that used exclusively for trait CartesianProduct. It return SelfCartesianProductIterator.