Join Slack
Powered by
Hello guys, does kotlin native collection has sort...
# kotlin-native
b
brabo-hi
10/09/2023, 5:34 AM
Hello guys, does kotlin native collection has sorting functions built in?
e
ephemient
10/09/2023, 5:48 AM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/sorted.html
see the colored tags on top of each function
b
brabo-hi
10/09/2023, 5:51 AM
i have a would like to sort, looks like it does only support for List/Array
r
ribesg
10/10/2023, 12:12 PM
No it supports all Iterables.
2
Views
Open in Slack
Previous
Next