commonMain.workarounds.SortedSet.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-stdlib-macosx64 Show documentation
Show all versions of fluid-stdlib-macosx64 Show documentation
Potentially useful Kotlin standard library additions
package io.fluidsonic.stdlib
// TODO make obsolete
internal expect class _SortedSet : MutableSet
internal expect fun _sortedSetOf(vararg elements: T): _SortedSet