get_base

Function get_base 

Source
fn get_base(input: char) -> Option<u64>
Expand description

Get the assigned number for a character If the character was unknown, an empty Err(()) is returned.