[][src]Function tree_automata::combinations

pub fn combinations<'a, T, F, I, E: Clone>(
    sources: &'a [T],
    f: F
) -> Combinations<'a, T, F, I, E>

Notable traits for Combinations<'a, T, F, I, E>

impl<'a, T, F, I, E: Clone> Iterator for Combinations<'a, T, F, I, E> where
    F: Fn(&'a T) -> I,
    I: 'a + Iterator<Item = E>, 
type Item = Vec<E>;
where
    F: Fn(&'a T) -> I,
    I: 'a + Iterator<Item = E>,