Skip to main content

from_iter

Function from_iter 

Source
pub fn from_iter<T: Clone + 'static>(
    items: impl IntoIterator<Item = T>,
) -> Operator<T>
Expand description

from_iter: emit every item in order, then COMPLETE, on activation.