TreeReader.root

the root node

struct TreeReader(T)
TreeNode!(T)* root;

Meta