pub fn bsearch_range_value_table<T: Copy>(
    c: char,
    r: &'static [(char, char, T)]
) -> Option<T>