Merger

[data/tree/Merger]


Merges two tree data structures. On conflict, the relevant paths / values of b take precedence.


Keywords: blend

Input ports

  • 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.

Output ports

  • merged: any

    Sends the merged tree structure.

Last updated