Flowdock
^(enum) public

Returns a new set containing elements exclusive between the set and the given enumerable object. (set ^ enum) is equivalent to ((set | enum) - (set & enum)).

Show source
Register or log in to add new notes.