Go Closures

From NovaOrdis Knowledge Base
Revision as of 04:25, 28 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

A closure is an anonymous function declared within a block. The function has access to the local variables for the duration of its life.

More about closures is available here.