use lru::LruCache;. fn main() {. let mut cache = LruCache::new(2);. cache.put("apple", 3);. cache.put("banana", 2);.
確定! 回上一頁