Set/set_difference library

Functions

setDifference<T>(List<T> listA, List<T> listB) List<T>
Returns a list of elements that are in listA but not in listB.