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

    Type Parameters

    • T

      The type of the data structure.

    Parameters

    Returns void

Generated using TypeDoc