Function merge_events_array

Source
pub fn merge_events_array<D: MIDINum, E: MIDIDelta<D>, Err, I: Iterator<Item = Result<E, Err>> + Sized>(
    array: Vec<I>,
) -> impl Iterator<Item = Result<E, Err>>
Expand description

Merge an array of event iterators together into one iterator.