memoize¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/memoize.ts for the most up-to-date information.
Overview¶
Caches the results of previous single-argument function applications to the same object.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for memoize.ts in the phet-core repository.