pub const INTEGER_INTERNAL_DIGIT_SEPARATOR: u128 = 1 << 32; // 4_294_967_296u128
Expand description
Digit separators are allowed between integer digits.
pub const INTEGER_INTERNAL_DIGIT_SEPARATOR: u128 = 1 << 32; // 4_294_967_296u128
Digit separators are allowed between integer digits.