is there a better way to remove duplicates than `l...
# announcements
c
is there a better way to remove duplicates than
list.toSet().toList()
in the shortest way possible?