Constant lexical_util::format::KOTLIN_LITERAL
source · [−]pub const KOTLIN_LITERAL: u128 = NumberFormatBuilder::new()
.digit_separator(num::NonZeroU8::new(b'_'))
.no_special(true)
.no_integer_leading_zeros(true)
.internal_digit_separator(true)
.consecutive_digit_separator(true)
.build(); // 202_824_096_038_269_144_941_898_147_828_748u128
Expand description
Number format for a Kotlin literal floating-point number.