Module unified

Source
Available on crate feature unified only.

Structs§

UnifiedNode
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.
UnifiedNodeDequedeque
A node that is not split into separate branch and leaf nodes.
UnifiedNodeRepresentation
The representation of a unified node after it has been removed from the arena.