Function merge_notes_array

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

Merge an array of note iterators together into one iterator.