Join Slack
Powered by
hey all, is there a more idiomatic way? `if (mylis...
# codereview
l
liminal
07/16/2018, 2:43 PM
hey all, is there a more idiomatic way?
if (mylist.sorted() != myotherlist.sorted())
where
mylist
and
myotherlist
are
List<String>
in no particular order. Thanks
Open in Slack
Previous
Next