Go Closures

From NovaOrdis Knowledge Base
Revision as of 04:15, 28 March 2016 by Ovidiu (talk | contribs) (Created page with "=Internal= * Go Concepts - Functions =Overview= Anonymous function that capture local variables. More about closures is available here.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Anonymous function that capture local variables.

More about closures is available here.