correctIndex

@JvmOverloads()
fun <E> List<E>.correctIndex(index: Int, fallbackIndex: Int = 0): Int

更正index 1.如果index合法,原样返回 2.如果index不合法,返回@fallbackIndex