isIndexValid

fun <E> List<E>.isIndexValid(index: Int): Boolean

index是否合法(不越界)