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