pub type ArrayCombinations<I, const K: usize> = CombinationsGeneric<I, [usize; K]>;
Expand description
Iterator for const generic combinations returned by .array_combinations()
Aliased Type§
pub struct ArrayCombinations<I, const K: usize> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.