low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2FArray
/
find
find
inline
fun
find
(
predicate
:
(
Vector2F
)
->
Boolean
)
:
Vector2F
?
Returns the first element matching the given
predicate
, or
null
if no such element was found.