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