slice

fun slice(indices: IntRange): List<Vector2F>

Returns a list containing elements at indices in the specified indices range.


fun slice(indices: Iterable<Int>): List<Vector2F>

Returns a list containing elements at specified indices.