Documentation
¶
Index ¶
Constants ¶
View Source
const ( NOOP iterflag = iota STOP )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func (*Index) Delete ¶
Delete deletes a leaf node
func (*Index) Get ¶
Get returns a Copy of the named node.
func (*Index) HasChildren ¶
HasChildren returns whether a node has children or not
func (*Index) Insert ¶
Insert inserts a copy of the given node to the tree under the given parent.
Source Files
¶
- index.go
Click to show internal directories.
Click to hide internal directories.