I'm using `shl` and try to check whether a specific operation is going to overflow a 64-bit `int`'s range - either before it happens, or after it happens (as an exception).
What would you suggest?
I'm using `shl` and try to check whether a specific operation is going to overflow a 64-bit `int`'s range - either before it happens, or after it happens (as an exception).
What would you suggest?