core/memoized_computed library

Functions

memoize<T>(Computed<T> computed, {int cacheSize = 1}) Computed<T>
A function that returns a memoized version of the provided Computed instance.