Search Results

1
vote

When to use closure?

The most simple example of using closures is in something called currying. Basically, let's assume we have a function f() which, when called with two arguments a and …