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