Available on crate feature
rust_1_65 only.Expand description
Modules§
- For getting the return type of the zipping functions
Functions§
- Combines a
impl BaseTypeWitness<L = LT, R = RT>
with animpl BaseTypeWitness<L = Usize<LN>, R = Usize<RN>>
returning animpl BaseTypeWitness<L = [LT; LN], R = [RT; RN]>. - Zips together two
BaseTypeWitnesstypes. - Zips together three
BaseTypeWitnesstypes. - Zips together four
BaseTypeWitnesstypes.