DecimalView.sign

A boolean member `sign` in the `DecimalView` struct indicating the sign of the decimal number.

struct DecimalView(W)
bool sign;