toggle menu
ktx
jvm
switch theme
search in API
collections
/
ktx.collections
/
addAll
add
All
fun
<
Type
>
GdxArray
<
Type
>
.
addAll
(
elements
:
Iterable
<
Type
>
)
Parameters
elements
will be iterated over and added to the array.
fun
<
Type
>
GdxSet
<
Type
>
.
addAll
(
elements
:
Iterable
<
Type
>
)
Parameters
elements
will be iterated over and added to the set.