chickadee » slib-wt-tree » wt-tree/subset?

wt-tree/subset? tree1 tree2procedure

Returns #t if the key of each association in tree1 has an association in tree2, and #f otherwise. Note that wt-tree/subset? only compares keys.

The time required by this operation is at worst proportional to the size of tree1.