Function int_from_base36_char

Source
pub fn int_from_base36_char(ch: &str) -> Result<u8>
Expand description

Returns an int given the nth digit in base 36 or less (using capitalized digits).