parse_hex_int

Function parse_hex_int 

Source
fn parse_hex_int(
    digits: &str,
    kind: Option<IntKind>,
) -> Result<Number, NumberError>