Given a tree aTree, thaws the tree from its root up to depth aDepth, when possible.
aTree
aDepth
the tree to consider
a non-negative integer
Given a tree
aTree
, thaws the tree from its root up to depthaDepth
, when possible.