Expand description
Iterators that are sources (produce elements from parameters, not from another iterator).
Structs§
- Iterate
- An iterator that infinitely applies function to value and yields results.
- Unfold
Deprecated - See
unfoldfor more information.