Memoizes a function without parameter. Returns a new function that will call the original function on the first invocation. Subsequent invocations will return the same result.
Memoizes a function without parameter. Returns a new function that will call the original function on the first invocation. Subsequent invocations will return the same result.