indexOfLast

inline fun indexOfLast(predicate: (Vector2F) -> Boolean): Int

Returns index of the last element matching the given predicate, or -1 if the array does not contain such element.