Module yrs::iter

source ·

Structs§

  • Iterator over ItemPtr references. By default it iterates to the right side. When reversed it iterates to the left side.
  • 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§

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