divCeil

infix fun Int.divCeil(that: Int): Int

Divides this into that rounding to the ceil


infix fun Long.divCeil(other: Long): Long