GraphMine

graphmine-util / io.github.sof3.graphmine.util / kotlin.collections.List / get

get

operator fun <T> List<T>.get(start: Int, end: Int): List<T>

Syntactic sugar for CharSequence.substring so that it looks like list[start:end] in Python