Hullaballoonatic
subList
fun <T> List.subVector(i: Int, length: Int): List<T> = subList(i, i + length)