pub fn ascii_digits<'a, E>(
qty: impl TryInto<Repetition, Error = impl Into<InvalidRepetition>>,
) -> impl Pipe<&'a [u8], (&'a [u8],), E>where
Incomplete: Into<E>,Expand description
creates a pipe that gets a certain quantity of ascii digits
panics if the quantity is invalid