Options for creating a memoized computation.
Optional
Compares the previous and next memo value.
Returning true keeps the memo version stable and suppresses downstream invalidation. Set this to false to notify downstream computations after every recomputation.
The previous memo value.
The next memo value.
True when both values should be treated as equal.
Options for creating a memoized computation.