next_from_iter_stack

Function next_from_iter_stack 

Source
fn next_from_iter_stack<T>(
    stack: &mut Vec<impl Iterator<Item = T>>,
) -> Option<T>