toHashSet

abstract fun toHashSet(): SetWrapper<Char>

返回一个 SetWrapper,其中包含 CharSequenceWrapper 中的所有字符。

参考 kotlin.sequences.toHashSet

Return

一个新的 SetWrapper,其中包含 CharSequenceWrapper 中的所有字符。