hey all, is there a more idiomatic way? `if (mylist.sorted() != myotherlist.sorted())` where `mylist...
l
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