firstDescent w
Given a non-identity permutation in 1-line notation, finds the location of its first descent, i.e., the least $i$ so that $w_{i+1}<w_i$.
|
|
|
|
The object firstDescent is a method function.