I have 2 lists of elements \'(a b c) \'(d b f) and want to find differences, union, and intersection in one result. Is that possible? How?
I wrote a member function
Sure it's possible. Here are a couple hints: