MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
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.