Join Slack
Powered by
Is there any advantage when instead of `sorted().r...
# announcements
p
Paul Woitaschek
08/21/2017, 11:26 PM
Is there any advantage when instead of
sorted().reversed()
i do
toSequence().sorted().reversed().toList()
Open in Slack
Previous
Next