I would suggest you to make `class Foo : Comparabl...
# getting-started
a
I would suggest you to make
class Foo : Comparable<Foo>
and you will get
sortedByDescending
for free
1