add-dicts
Add a dictionary to another dictionary recursively.
Example: add-dicts((a: (b: 1)), (a: (c: 2))) returns (a: (b: 1, c: 2))
Parameters
Returns: dictionary
Add a dictionary to another dictionary recursively.
Example: add-dicts((a: (b: 1)), (a: (c: 2))) returns (a: (b: 1, c: 2))
Returns: dictionary