TreeNode.data

the data stored

struct TreeNode(T)
T data;

Meta