kotlin.collections.toSortedSet
toSortedSet
fun <T : Comparable<T>> Iterable<T>.toSortedSet(): SortedSet<T>
Platform and version requirements: JVM
fun <T : Comparable<T>> Array<out T>.toSortedSet(): SortedSet<T>
Platform and version requirements: JVM
fun ByteArray.toSortedSet(): SortedSet<Byte>
Platform and version requirements: JVM
fun ShortArray.toSortedSet(): SortedSet<Short>
Platform and