Static ruby_digit36_to_number_table

Source
pub unsafe static ruby_digit36_to_number_table: [c_schar; 0]
Expand description

§Character to number mapping like 'a' -> 10, 'b' -> 11 etc. For punctuation etc., the value is -1. “36” terminology comes from the fact that this is the table behind str.to_i(36).

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3