Expand description
The set of possible iteration methods for the different iterators.
Enums§
- Move
Between Keys - Moves between keys and ignores the duplicate values of keys.
- Move
OnCurrent KeyDuplicates - Moves only on the duplicate values of a given key and ignores other keys.
- Move
Through Duplicate Values - Moves to the next or previous key if there are no more values associated with the current key.
Traits§
- Iteration
Method - The trait used to define the way iterators behave.