take

Function take 

Source
pub fn take<'a, I>(n: usize) -> Parser<'a, I, &'a [I]>
Expand description

Read n symbols.