pub const REVERSE_CHARSET_BASE_38_OFFSET: usize = 54;
Expand description
The offset from the ASCII value of a base 38 character to its index in
REVERSE_CHARSET
.
To get the index of a character in REVERSE_CHARSET
, subtract
REVERSE_CHARSET_BASE_38_OFFSET
from its value (ascii - this
).