dropWhile

inline fun dropWhile(predicate: (Vector2I) -> Boolean): List<Vector2I>

Returns a list containing all elements except first elements that satisfy the given predicate.