1.1.0
API Changes
Radix(T, base:)
init is now a failableinit?
instead of defaulting to base 10- Removed
<<<<
and>>>>
nibble shift operators (redundant and reduces potential for global operator collision)
Misc
- Improved resiliency to potential category method namespace collisions
- Various internal improvements
- README updated