English
Appearance
Peel a reference to a tree.
This method recursively peels the reference until it reaches a tree.
class Reference { peelToTree(): Tree; }
Peeled Tree of this reference.
Tree