Skip to main content

parse_b

Function parse_b 

Source
fn parse_b(
    input: &mut Parser<'_>,
    a: i32,
) -> Result<(i32, i32), BasicParseError>