[go: up one dir, main page]

Module methods

Source
Available on crate feature rust_1_65 only.
Expand description

Generic versions of TypeEq/TypeNe/TypeCmp methods, which can take any permutation of them as arguments.

Modules§

zipping
For getting the return type of the zipping functions

Functions§

in_array
Combines a impl BaseTypeWitness<L = LT, R = RT>
with an impl BaseTypeWitness<L = Usize<LN>, R = Usize<RN>>
returning an impl BaseTypeWitness<L = [LT; LN], R = [RT; RN]>.
zip2
Zips together two BaseTypeWitness types.
zip3
Zips together three BaseTypeWitness types.
zip4
Zips together four BaseTypeWitness types.