Module aatree::iter

source ·
Expand description

Iterator implementations for AATreeSet and AATreeMap.

Structs

The iterator produces from an AATree-based data structure when turned into an iterator.
The iterator produces from an reference of an AATree-based data structure when turned into an iterator.

Traits

This trait allows iterators to return elements other than that stored inside the tree. Useful for returning key-value-pairs from AATreeMap.