Generic Function Map-Difference-2 (1 method)

( map-difference-2 map1 map2 )

Part of:

package fset
Returns, as two values: a map containing all the pairs that are in map1
but not map2, with the same default as map1; and one containing all the
pairs that are in map2 but not map1, with the same default as map2.

Method Summary

map-difference-2 wb-map  wb-map