InverseCyclicShift
Rotate the word one place to the right.
InverseCyclicShift(Permutation)
Details
- Takes a `Permutation` and returns a `Permutation` — a typed map, so a wrong carrier is a type error rather than a wrong answer.
Rotate the word one place to the right.
InverseCyclicShift(Permutation)
Domain: Combinatorial maps