`fun Int.fixIndexOf() = takeIf { it >= 0 }`
# random
m
fun Int.fixIndexOf() = takeIf { it >= 0 }