danlehmann / arbitrary-int

A modern and lightweight implementation of arbitrary integers for Rust
MIT License
32 stars 13 forks source link

Use self instead of &self in value() and widen() #6

Closed danlehmann closed 1 year ago

danlehmann commented 1 year ago

This ensures that value() is taken from the uX instead of Number, which isn't const.