Type Definition respo::MemoCache

source ·
pub type MemoCache<T> = Rc<RefCell<HashMap<usize, HashMap<String, (Vec<Value>, T)>>>>;
Expand description

dictionary of memoized functions