Why not just use `arrayList.sort { x, y -> y - ...
# getting-started
r
Why not just use
arrayList.sort { x, y -> y - x }
?