Module rusty_perm::prelude[][src]

Re-export of common traits.

Traits

PermApply

The permutation operator on slice-like types.

PermFromIndices

An operator that builds a permutation from a list indexes.

PermFromSorting

An operator that builds a permutation type by sorting slice-like types.

PermProduct

The permutation composition operator.

Permutation

An abstract representation of permutation data structure.