drop

fun drop(n: Int): List<Vector2F>

Returns a list containing all elements except first n elements.

Throws