• Given a tree aTree, thaws the tree from its root up to depth aDepth, when possible.

    Parameters

    • aTree: TreeIL<any>

      the tree to consider

    • aDepth: number

      a non-negative integer

    Returns void