toggle menu
tooling
1.3.2
common
switch theme
search in API
tooling
/
dev.datlag.tooling
/
listFrom
list
From
fun
<
T
>
listFrom
(
vararg
list
:
Iterable
<
T
>
)
:
List
<
T
>
Combine any
Iterable
of the same type to one
List
.
Return
a
List
of all provided items in iterables.