Expand description
Stack-allocated LRU cache using linear search for $O(N)$ lookups.
Structsยง
- Heapless
Linear LruCache - A stack-allocated LRU cache using linear search for $O(N)$ lookups.
- Into
Iter - A structure representing
IntoIter. - Iter
- A structure representing
Iter. - IterMut
- A structure representing
IterMut.