Would you consider implementing an unsigned decimal type? I'm using d128 for some currency calculations, and I have a number of operations which only make sense with positive numbers.
I'd like to use an unsigned decimal type to enforce the use of positive numbers at compile time, rather than at runtime
Would you consider implementing an unsigned decimal type? I'm using d128 for some currency calculations, and I have a number of operations which only make sense with positive numbers.
I'd like to use an unsigned decimal type to enforce the use of positive numbers at compile time, rather than at runtime