|
|
|
|
|
by garganzol
1037 days ago
|
|
Any function is a closure. Top-level function declarations can capture static variables and type members. Nested functions can capture static variables, type members, and local variables of a declaring function. Difference is negligible. |
|