Constant lexical_core::format::NO_POSITIVE_MANTISSA_SIGN
source · [−]pub const NO_POSITIVE_MANTISSA_SIGN: u128 = 1 << 4; // 16u128Expand description
Positive sign before the mantissa is not allowed.
pub const NO_POSITIVE_MANTISSA_SIGN: u128 = 1 << 4; // 16u128Positive sign before the mantissa is not allowed.