Function next_permutation

Source
pub fn next_permutation<T: Ord + Copy>(a: &mut [T]) -> bool
Expand description

aを辞書式順序で次の順列にする。