Skip to content

Inverse

The inverse permutation: position of each value.

Inverse(Permutation)

Domain: Combinatorial maps

Details
  • Takes a `Permutation` and returns a `Permutation` — a typed map, so a wrong carrier is a type error rather than a wrong answer.

Examples