Join Slack
Communities
Powered by
also you can use the `-` operator to make a differ...
# announcements
p
poohbar
03/01/2018, 4:16 PM
also you can use the
-
operator to make a difference of the two sets if thats helpful
Copy code
val diff = list1.toSet() - list2.toSet()
Open in Slack
Previous
Next