fn take_<I, Error: ParserError<I>, const PARTIAL: bool>(
i: &mut I,
c: usize,
) -> PResult<<I as Stream>::Slice, Error>where
I: StreamIsPartial + Stream,
fn take_<I, Error: ParserError<I>, const PARTIAL: bool>(
i: &mut I,
c: usize,
) -> PResult<<I as Stream>::Slice, Error>where
I: StreamIsPartial + Stream,