low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2IArray
/
dropLastWhile
drop
Last
While
inline
fun
dropLastWhile
(
predicate
:
(
Vector2I
)
->
Boolean
)
:
List
<
Vector2I
>
Returns a list containing all elements except last elements that satisfy the given
predicate
.