nextMultipleOf

fun Int.nextMultipleOf(multiple: Int): Int
fun Long.nextMultipleOf(multiple: Long): Long