Constant lexical_core::format::HASKELL_LITERAL[][src]

pub const HASKELL_LITERAL: u128 = NumberFormatBuilder::new().required_digits(true).no_positive_mantissa_sign(true).no_special(true).build(); // 0x0000_0a00_0000_0000_0000_0000_0000_041fu128
Expand description

Number format for a Haskell literal floating-point number.