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