Join Slack
Powered by
Basically there's a method `Collections.sort(list:...
# getting-started
k
karelpeeters
08/14/2017, 8:53 AM
Basically there's a method
Collections.sort(list: List<T>)
, the
List<T>.sort()
extention notation is just synthetic sugar.
3
Views
Open in Slack
Previous
Next