is.memoised: Test whether a function is a memoised copy.
Memoised copies of functions carry an attribute
memoised = TRUE, which is what is.memoised() tests for.
Description
Test whether a function is a memoised copy.
Memoised copies of functions carry an attribute
memoised = TRUE, which is what is.memoised() tests for.