Are there any type conversions methods between num...
# announcements
j
Are there any type conversions methods between numbers that throw exceptions if they wrap? For example:
Long.MAX_VALUE.toIntChecked()
would throw an exception.