Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module iter

Module iter 

Structs§

AsIter
BlockIter
Iterator over ItemPtr references. By default it iterates to the right side. When reversed it iterates to the left side.
MoveIter
Block iterator which acknowledges context of move operation and iterates over blocks as they appear after move. It skips over the presence of move destination blocks.

Traits§

IntoBlockIter
TxnDoubleEndedIterator
DoubleEndedIterator equivalent that can be supplied with transaction when iteration step may need it.
TxnIterator
Iterator equivalent that can be supplied with transaction when iteration step may need it.