pub fn bin_digits<'a, E>(
qty: impl TryInto<Repetition, Error = impl Into<InvalidRepetition>>,
) -> impl Pipe<&'a str, (&'a str,), E>Expand description
Takes the given quantity of ascii binary digits
pub fn bin_digits<'a, E>(
qty: impl TryInto<Repetition, Error = impl Into<InvalidRepetition>>,
) -> impl Pipe<&'a str, (&'a str,), E>Takes the given quantity of ascii binary digits