UniqueElements¶
Given a list of lists, returns for each list the elements that are unique to it (i.e. that appear in that list but in none of the others). Duplicates within a list are removed and the first-appearance order is preserved.
An optional test function decides when two elements are considered equivalent: