Constant lexical_core::format::SCALA_LITERAL[][src]

pub const SCALA_LITERAL: u128 = NumberFormatBuilder::new().required_digits(true).no_special(true).no_integer_leading_zeros(true).no_float_leading_zeros(true).build(); // 0x0000_0a00_0000_0000_0000_0000_0000_340fu128
Expand description

Number format for a Scala literal floating-point number.