Module iter

Source
Expand description

Module defining iterators.

Structs§

AncestorsIterPtr
Ancestors iterators which starts from a node and yields nodes bottom-up until the root of the tree is reached.
ChildrenMutIter
Mutable children iterator.