drop

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

Returns a list containing all elements except first n elements.

Throws