Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.list
/
MutableFloatList
/
plusAssign
plus
Assign
inline operator
fun
plusAssign
(
elements
:
FloatList
)
(
source
)
inline operator
fun
plusAssign
(
elements
:
FloatArray
)
(
source
)
Adds all
elements
to the end of the
MutableFloatList
.
inline operator
fun
plusAssign
(
element
:
Float
)
(
source
)
add
to the
MutableFloatList
.