Function merge_notes_iterator

Source
pub fn merge_notes_iterator<T: MIDINum, N: MIDINote<T>, Err, I: Iterator<Item = Result<N, Err>> + Sized, II: Iterator<Item = I> + Sized>(
    iter: II,
) -> impl Iterator<Item = Result<N, Err>>
Expand description

Merge an array of note iterators together into one iterator.