Hacker News new | ask | show | jobs
by zucker42 2204 days ago
Yes there is. Overflow panics by default in debug mode, and you can turn that in in release mode with the overflow-checks compiler option. There's also checked_add.