Skip to main content

take

Function take 

Source
fn take<I: Iterator<Item = char>>(iterator: &mut I, n: usize) -> String