pub fn internal_memof1_call_by<F, T>(
    caches: MemoCache<T>,
    address: usize,
    key: String,
    args: Vec<Value>,
    f: F
) -> Result<T, String>where
    T: Debug + Clone,
    F: Fn() -> Result<T, String>,
Expand description

internal function for handling memo1_call_by