Gets the original function that was memoized.

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

memo.function(f)

Arguments

f

memo function

Value

Original unmemoized function.