toList

abstract fun toList(): ListWrapper<Char>

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

参考 kotlin.sequences.toList

Return

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