kotlin.collections.sortedDescending
sortedDescending
fun <T : Comparable<T>> Iterable<T>.sortedDescending(): List<T>
fun <T : Comparable<T>> Array<out T>.sortedDescending(): List<T>
fun ByteArray.sortedDescending(): List<Byte>
fun ShortArray.sortedDescending(): List<Short>
fun IntArray.sortedDescending(): List<Int>
fun LongArray.sortedDescending(): List<Long>
登录查看完整内容