|
|
|
|
|
by Sharlin
383 days ago
|
|
Rust has some precedence for adding convenience newtypes with overloaded operators (eg. `Wrapping<I>ยด for `I.wrapping_add(I)` etc). Such a wrapper isn't currently proposed AFAIK but there's no reason one couldn't be added in the future I believe. |
|