toSet

abstract fun toSet(): SetWrapper<Char>

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

参考 kotlin.sequences.toSet

Return

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