kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
ArrayDeque
/
addAll
add
All
Common
open
override
fun
addAll
(
elements
:
Collection
<
E
>
)
:
Boolean
Content copied to clipboard
open
override
fun
addAll
(
index
:
Int
,
elements
:
Collection
<
E
>
)
:
Boolean
Content copied to clipboard