| bd |
val Int.bd: BigDecimal |
| checkedAdd |
infix fun Int.checkedAdd(b: Int): IntLike the + operator but throws an exception in case of integer overflow. |
| days |
val Int.days: Duration |
| hours |
val Int.hours: Duration |
| minutes |
val Int.minutes: Duration |
| seconds |
val Int.seconds: Duration |