Open
Description
Description
Instead of having a single compact
implementation that uses SignedFixedDecimal
, we propose introducing two separate types:
UnsignedCompactDecimal
SignedCompactDecimal
Benefits
- Type Safety: Clearly distinguishing between signed and unsigned types can help prevent runtime errors.