Set/symmetric_difference library

Functions

symmetricDifference<T>(Set<T> a, Set<T> b) Set<T>
Returns the symmetric difference of two sets: elements in either set, but not both.