dropLastWhile

inline fun dropLastWhile(predicate: (Vector2F) -> Boolean): List<Vector2F>

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