Module permutation

Source
Expand description

Permutations as elements in symmetric groups.

Structs§

Permutation
Structure to manage permutation actions of a finite set.
PermutationBuilder
Builder for Permutation.

Enums§

PermutationBuilderError
Error type for PermutationBuilder

Traits§

IntoPermutation
Trait defining an action on a permutable collection that can be converted into an equivalent permutation acting on that collection.
PermutableCollection
Trait defining a permutable collection consisting of discrete and distinguishable items that can be permuted.
PermutationRank
Trait for generic permutation rank types.