396588f0c3
(KT-2606 to avoid it)
18 lines
414 B
Kotlin
18 lines
414 B
Kotlin
package kotlin
|
|
|
|
|
|
//
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the GenerateStandardLib.kt
|
|
// See: https://github.com/JetBrains/kotlin/tree/master/libraries/stdlib
|
|
//
|
|
// Generated from input file: src/kotlin/JLangIterablesJVM.kt
|
|
//
|
|
|
|
|
|
import java.util.*
|
|
import jet.Iterator
|
|
|
|
/** Copies all elements into a [[SortedSet]] */
|
|
public inline fun ShortArray.toSortedSet() : SortedSet<Short> = toCollection(TreeSet<Short>())
|
|
|