Set/find_intersection library

Functions

findIntersection<T>(List<T> list1, List<T> list2) List<T>
Returns the intersection between two lists of type T.