SignStyle.NEVER

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.

struct SignStyle
static
SignStyle NEVER;

Meta