Trait competitive_programming_rs::math::next_permutation::NextPermutation [−][src]
pub trait NextPermutation {
fn next_permutation(&mut self) -> bool;
}
pub trait NextPermutation {
fn next_permutation(&mut self) -> bool;
}