← Back to context Comment by duped 2 months ago > The unsigned integers should not wrap by default.What would you do instead? 2 comments duped Reply Mond_ 2 months ago How about just panic? If a wrap happens and you don't expect it, it's almost always a severe bug.Then, dedicated APIs for wrapping behavior where you expect it to happen. duped 2 months ago Because it adds 4-6x overhead to all integer arithmetic
Mond_ 2 months ago How about just panic? If a wrap happens and you don't expect it, it's almost always a severe bug.Then, dedicated APIs for wrapping behavior where you expect it to happen. duped 2 months ago Because it adds 4-6x overhead to all integer arithmetic
How about just panic? If a wrap happens and you don't expect it, it's almost always a severe bug.
Then, dedicated APIs for wrapping behavior where you expect it to happen.
Because it adds 4-6x overhead to all integer arithmetic