- wt-tree/difference tree1 tree2procedure
Returns a new tree containing all and only those associations from tree1 whose keys do not have an association in tree2.
The time required by this operation is at worst proportional to the sum of the sizes of the trees.