Style to never output sign, only outputting the absolute value. !(p) In strict parsing, any sign will be rejected. In lenient parsing, any sign will be accepted unless the width is fixed.
See Implementation
Style to never output sign, only outputting the absolute value. !(p) In strict parsing, any sign will be rejected. In lenient parsing, any sign will be accepted unless the width is fixed.