prev_permutation / next_permutation and the Permutations iterator should be in libcore #17917
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There's no reason for these to be in the collections crate as they only require
Ord
. TheMutableOrdSlice
trait will need to be split up since the current sort implementation uses memory allocation.The text was updated successfully, but these errors were encountered: