Searched defs:Permutation (Results 1 – 4 of 4) sorted by relevance
52 type Permutation struct { struct53 sem.Overload // The permutated overload signature54 Desc string // Description of the overload55 Hash string // Hash of the overload
56 pub trait Permutation<I, O, E> { trait
34 Permutation(Vec<Option<usize>>), enumerator55 Permutation(Vec<(ExpectedIdx, ProvidedIdx)>), enumerator
410 Permutation, enumerator