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