findLast

inline fun findLast(predicate: (Vector2F) -> Boolean): Vector2F?

Returns the last element matching the given predicate, or null if no such element was found.