find

inline fun find(predicate: (Vector2I) -> Boolean): Vector2I?

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