Basically there's a method `Collections.sort(list:...
# getting-started
k
Basically there's a method
Collections.sort(list: List<T>)
, the
List<T>.sort()
extention notation is just synthetic sugar.