Module iter

Source
Expand description

Iterator implementations for AATreeSet and AATreeMap.

Structs§

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

Traits§

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