☰
In nekolib::algo
Modules
bisect_
exact_cover
extremum
extremum_float
hilbert_mo_
index_order
inversion
karatsuba
larsch
majority_
minmax
mo
ordered_hash_
parallel_bisect
permutation
rle
tortoise_hare
window_bisect
Structs
Backward
ExactCover
Forward
Larsch
Permutations
Traits
Inversion
Rle
RleBy
RleByKey
Functions
bisect
bisect_slice
convolve
cycle_mu_lambda
cycle_nth
extremum
extremum_float
extremum_slice
hilbert_mo
index_order_by
index_order_by_key
majority
minmax
minmax_by
minmax_by_key
mo
next_permutation
ordered_hash
parallel_bisect
prev_permutation
window_bisect
?
Function
nekolib
::
algo
::
prev_permutation
source
·
[
−
]
pub fn prev_permutation<T:
Ord
>(a: &mut
[T]
) ->
bool