Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.list
/
MutableFloatList
/
removeAll
remove
All
fun
removeAll
(
elements
:
FloatArray
)
:
Boolean
(
source
)
fun
removeAll
(
elements
:
FloatList
)
:
Boolean
(
source
)
Removes all
elements
from the
MutableFloatList
and returns
true
if anything was removed.