Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for good measure, use
unsigned_abs()
for a variant that can't panic.
Otherwise `N::MIN` can't be turned unto that same type abs version, but it can fit into its unsiged version of the type.
- Loading branch information