Merger
Last updated
Last updated
[data/tree/Merger]
Merges two tree data structures. On conflict, the relevant paths / values of b
take precedence.
Keywords: blend
a: any
Receives tree data structure to merge to.
b: any
Receives tree data structure to be merged onto the one received via a
. Data received via this port takes precedence on conflict.
merged: any
Sends the merged tree structure.