if you have a `List<Int>` and you just want ...
# announcements
s
if you have a
List<Int>
and you just want the unique values, use
.toSet()
since sets don’t allow duplicate values
k
let me try that ,,, because i have a long list .. i m displaying to a user but i don't want to show my user a duplicated items