Tagged Questions

2
votes
5answers
630 views

Two argument Memoization

In C# how do I memoize a function with two arguments? Do I have to curry before memoization? Wes Dyer wrote the Memoization code I typically use, but now I need two arguments