Available on crate feature
unified
only.Structs§
- Unified
Node - A node that is not split into separate branch and leaf nodes. This is the non-deque version, where children are represented as a linked list. In this version, a node’s previous sibling(s) and next sibling(s) are available, but nodes cannot be directly indexed, nor can children be detached, removed, or inserted by index.
- Unified
Node Deque deque
- A node that is not split into separate branch and leaf nodes.
- Unified
Node Representation - The representation of a unified node after it has been removed from the arena.