Skip to main content

scan_required_numeral

Function scan_required_numeral 

Source
fn scan_required_numeral(
    bytes: &[u8],
    start: usize,
    accepts_digit: impl Fn(u8) -> bool,
    expected: SnbtErrorKind,
) -> Result<usize, NumberScanError>