Wrap fn with a cache indexed by K.
function to cache
Rest
optional function to extract K from Ts
cached function
sort(ts, cache(t => "heavy compute...")) Copy
sort(ts, cache(t => "heavy compute..."))
Generated using TypeDoc
Wrap fn with a cache indexed by K.