19 ms·
I often find myself wanting a way to easily see which variables are local to a closure body versus those that are captured. (I use VSCode in case anyone knows
by da39a3ee 2y ago
I often find myself wanting a way to easily see which variables are local to a closure body versus those that are captured.
(I use VSCode in case anyone knows a way to do it in any language)