[][src]Trait competitive_programming_rs::math::next_permutation::NextPermutation

pub trait NextPermutation {
    fn next_permutation(&mut self) -> bool;
}

Required methods

fn next_permutation(&mut self) -> bool

Loading content...

Implementations on Foreign Types

impl<T> NextPermutation for [T] where
    T: PartialOrd
[src]

Loading content...

Implementors

Loading content...