kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
toHashSet
to
Hash
Set
fun
<
T
>
Sequence
<
T
>
.
toHashSet
(
)
:
HashSet
<
T
>
(
source
)
Returns a new
HashSet
of all elements.
The operation is
terminal
.