memoize¶
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.
Join our Matrix/Slack or check out the GitHub Discussions
Caches the results of previous single-argument function applications to the same object.
@author Jonathan Olson <jonathan.olson@colorado.edu>
See the source for memoize.ts in the phet-core repository.