- Index
- »
- axon
- »
- func:merge
def
func:merge
merge(a, b)
Merge two Dicts together and return a new Dict. Any tags in b are added to a. If b defines a tag already in a, then it is overwritten by b. If a tag in b is mapped to Remove.val, then that tag is removed from the result.