Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Value interface{}
// contains filtered or unexported fields
}
func New ¶
func New(val interface{}) *Node
New creates and returns a root node of one tree with val.
func (*Node) AddSubNode ¶
AddSubNode adds a sub node to n and return the sub node.
Click to show internal directories.
Click to hide internal directories.