TreeNode.this

constructor

  1. this(T dataToStore)
  2. this(TreeNode!(T)* parent)
  3. this(TreeNode!(T)*[] children)
  4. this(T dataToStore, TreeNode!(T)*[] children, TreeNode!(T)* parent)
    struct TreeNode(T)

Meta