Function parse_octal

Source
pub fn parse_octal(
    i: CompleteByteSlice<'_>,
    n: usize,
) -> IResult<CompleteByteSlice<'_>, u64>