Hi ! I want to take the common value of 2 list of ...
# getting-started
k
Hi ! I want to take the common value of 2 list of Int, so I 've tried with 'val result = list1.intersect(list2)'