mentat/lru_cache/sidebar-items.js

1 line
384 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"struct":[["IntoIter","An iterator over a cache's key-value pairs in least- to most-recently-used order."],["Iter","An iterator over a cache's key-value pairs in least- to most-recently-used order."],["IterMut","An iterator over a cache's key-value pairs in least- to most-recently-used order with mutable references to the values."],["LruCache","An LRU cache."]]});