memofunc (version 1.0.2)

memo.function: Memo Function

Description

Gets the original function that was memoized.

Execution is stopped if function passed is not a valid memoed function.

Usage

memo.function(f)

Arguments

f

memo function

Value

Original unmemoized function.