[][src]Trait algorithms_edu::algo::misc::permutations::IntoPermutations

pub trait IntoPermutations<T: Ord> {
    pub fn permutations(self) -> Permutations<T>

Notable traits for Permutations<T>

impl<T: Ord> Iterator for Permutations<T> type Item = *const [T];
; }

Required methods

pub fn permutations(self) -> Permutations<T>

Notable traits for Permutations<T>

impl<T: Ord> Iterator for Permutations<T> type Item = *const [T];
[src]

Loading content...

Implementations on Foreign Types

impl<T: Ord> IntoPermutations<T> for Vec<T>[src]

Loading content...

Implementors

Loading content...