News

const memoSummate = simpleMemoizer(summate); The resulting function, memoSummate, can be used just like summate, but it will immediately return results that it has already calculated instead of ...