Expand description
A bidirectional iterator that only checks its direction once.
Structs§
- Bidi
- An iterator that conditionally reverses itself upon creation.
Traits§
- Bidi
Iterator - Extension trait that provides
.bidi()
for all double-ended iterators.