Constant lexical_util::format::COFFEESCRIPT_LITERAL [−][src]
pub const COFFEESCRIPT_LITERAL: u128 = NumberFormatBuilder::new()
.case_sensitive_special(true)
.no_integer_leading_zeros(true)
.no_float_leading_zeros(true)
.build(); // 0x0000_0a00_0000_0000_0000_0000_0000_380cu128
Expand description
Number format for a Coffeescript literal floating-point number.