saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Rename Uint class to Nat #71

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

Named after š, the set of natural numbers.

This is to preƫmptively prevent future name-change confusions when I add a signed type, then decide that I don't want to call them Uint/Int).

Also needs renaming: _uarb prefix in custom operator.