Expand description
Cache that only works with iterator-like structures.
This file shouldn’t have a single instace of the term mut (other than this one lol).
Structs§
- Cache
- Cache that works with iterator-like structures.
Note that all operations are
constsince there are no user-facing mutations.
Traits§
- Cached
- Pipe the output of an
IntoIteratorto make aReiterator.
Functions§
- cached
- Create a
Cachefrom anything that can be turned into anIterator.