Structsยง
- Breadth
Iter - For iterating over the tree, depth-first
- Depth
Iter - For iterating over the tree, depth-first
- Node
- A node of the tree
- NodeID
- An ID that stores an index and a version
index
is used to retrieve the data from the internal tree arraysversion
allows reuse of previous indexes that have been deleted - Tree
- Stores all data and relationships between nodes