low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2FArray
/
takeWhile
take
While
inline
fun
takeWhile
(
predicate
:
(
Vector2F
)
->
Boolean
)
:
List
<
Vector2F
>
Returns a list containing first elements satisfying the given
predicate
.