[][src]Static lexical::EXPONENT_BACKUP_CHAR

pub static mut EXPONENT_BACKUP_CHAR: u8

Backup character for scientific notation, used when the radix >= 15.

For numerical strings of radix >= 15, 'e' or 'E' is a valid digit, and therefore may no longer be used as a marker for the exponent.

To change the expected, default character for an exponent, change this value during before using lexical.