Structs

A breadth-first iterator.
A breadth-first iterator which returns owned values.
A depth-first iterator
A depth-first iterator which returns owned values.
An Eytzinger tree is an N-tree stored in an array structure.
Represents a borrowed node in the Eytzinger tree. This node may be used to navigate to parent or child nodes.
An iterator over the immediate children of a single node.
Represents a borrowed node in the Eytzinger tree. This node may be used mutate this node’s value and child nodes.
For an entry where node does not exist.

Enums

The order of depth-first iteration. This does NOT include in-order as the Etzyinger tree does not guarantee the actual order of nodes by value.
An entry can be used to reference a node in an Eytzinger tree. The node may or may not have a value.