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
indexis used to retrieve the data from the internal tree arraysversionallows reuse of previous indexes that have been deleted - Tree
- Stores all data and relationships between nodes