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.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function