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