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
/
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
.