low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2FArray
/
dropWhile
drop
While
inline
fun
dropWhile
(
predicate
:
(
Vector2F
)
->
Boolean
)
:
List
<
Vector2F
>
Returns a list containing all elements except first elements that satisfy the given
predicate
.