Node setter
Last updated
Last updated
[data/tree/Node setter]
Immutably stores the specified node on the specified path of the tree.
tree: (any[] or {string: any})
Tree data structure in which to store a node.
path: (string or number)[]
Specifies the location of the node.
node: any
The node to be stored in the tree.
tree: (any[] or {string: any})