This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add wrapping
versions for arithmetics.
#472
Labels
feature
A new feature
good first issue
Good for newcomers
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
For
add
op,arrow2
already hasadd
/checked_add
/saturating_add
/overflowing_add
versions.If
wrapping_add
can be supported, then when the user does not need to consider overflow, this operation will neither panic nor affect performance.If you agree, I will try to implement this later.
The text was updated successfully, but these errors were encountered: