Crate generational_arena_tree

Source
Expand description

Trees based on indexes to a generational arena.

§Features

Modules§

iter
splitsplit
unifiedunified

Structs§

Arena
An arena in which nodes are allocated.
Token

Enums§

RootToken

Traits§

BaseNode
BranchNode
A node that can have children.
BranchNodeDequedeque
A node that stores its children as a VecDeque, allowing them to be indexed.
LinkedNode
A node that is linked to its previous and next siblings.
Node
A node in a tree.
NodeToken