exactAdd

infix fun Int.exactAdd(b: Int): Int
infix fun Long.exactAdd(b: Long): Long

Like the + operator but throws ArithmeticException in case of integer overflow.