Performs a post-order depth-first traversal of a tree-like data structure and applies a visitor function to each node.
Creates a context specialized for performing mutating operations on the tree.
Visits by entire objects rather than by entries.
The type of the data structure.
The data structure to traverse.
The visitor function to apply to each node.
Generated using TypeDoc
Performs a post-order depth-first traversal of a tree-like data structure and applies a visitor function to each node.
Creates a context specialized for performing mutating operations on the tree.
Visits by entire objects rather than by entries.