pub(crate) fn parse_impl(
input: &str,
first: u8,
) -> Result<IntegerLit<&str>, ParseError>
Expand description
Precondition: first byte of string has to be in b'0'..=b'9'
.
pub(crate) fn parse_impl(
input: &str,
first: u8,
) -> Result<IntegerLit<&str>, ParseError>
Precondition: first byte of string has to be in b'0'..=b'9'
.