Function eat_absnumber

Source
pub fn eat_absnumber<'a>(
    input: &'a str,
) -> Result<(AbsNumber<'a>, &'a str), (String, &'a str)>