v0.16.155 - 32.9 / 23

memo

A regular memo will run right away after the definition. Memos in pota are lazy, it holds the execution till it is used. If the resulting lazy memo is not used, then the function will never run. It used to use a version writen by Fabio but has been changed to create a STALE memo instead that starts executing after called.

# Arguments

nametypedescription
fnfnfunction to memo
options?{{equals?: false | ((prev: unknown, next: unknown) => boolean)}}memo options

Return Value: Function

# Snippet

# Usage