**Is your feature request related to a problem? Please describe.** I'm always frustrated when reading big numbers **Additional context** ```Rust let dec = 1_000_000 let bin = 0b_1111_0000 let hex = 0x_1234_abcd ```