Open younies opened 3 days ago
Instead of having a single compact implementation that uses SignedFixedDecimal, we propose introducing two separate types:
compact
SignedFixedDecimal
UnsignedCompactDecimal
SignedCompactDecimal
How do you envision the nesting?
Should it be:
Compact<Signed<Decimal>>
Signed<Compact<Decimal>>
Description
Instead of having a single
compact
implementation that usesSignedFixedDecimal
, we propose introducing two separate types:UnsignedCompactDecimal
SignedCompactDecimal
Benefits