-
Notifications
You must be signed in to change notification settings - Fork 0
utils.MiscUtils.Function.createMapBackedFunction
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / utils/MiscUtils / createMapBackedFunction
function createMapBackedFunction<X, Y>(f): (x) => Y;Returns a function that caches the values of the given univariate function.
X
Y
(x) => Y
(x) => Y