Skip to main content

take

Function take 

Source
pub fn take<S: Clone + 'static>(n: usize) -> Operator<S>
Expand description

take: emit the first n DATA values, then COMPLETE.