Tree typedef

Tree = TreeType<NodeData>

Implementation

typedef Tree = TreeType<NodeData>;