numeric_literal

Function numeric_literal 

Source
pub fn numeric_literal(
    input: NomSpan<'_>,
) -> IResult<NomSpan<'_>, u64, BindParserError>