kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
toHashSet
to
Hash
Set
fun
CharSequence
.
toHashSet
(
)
:
HashSet
<
Char
>
(
source
)
Returns a new
HashSet
of all characters.