About sort UIntArray

Why UIntArray no implement UIntArray.sort(fromIndex: Int = 0, toIndex: Int = size)
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/sort.html

2 Likes

Unsigned numbers and arrays of them are an experimental feature. In the first release we implemented only bare minimum of operations to work with them. We plan to provide more operations in the following releases.

1 Like

Nice.