Keep keys from first map that are not in second map (same as - operator)
Keep only keys present in both maps (same as & operator)
Deep merge two maps (same as | operator)
Keep keys that exist in exactly one map (same as ^ operator)