kotlin-stdlib / kotlin.text / toSortedSet toSortedSet JVM 1.0 fun CharSequence.toSortedSet(): SortedSet<Char> Returns a SortedSet of all characters.