Files
swift-mirror/stdlib/internal
Michael Ilseman ccda8f33d1 [noescape by default] Proliferate @escaping
Adds an explicit @escaping throughout the standard library, validation
test suite, and tests. This will be necessary as soon as noescape is
the default for closure parameters.
2016-07-29 13:48:07 -07:00
..

The modules in the 'stdlib/internal' directory provide APIs that are
under active development and intended to be merged into the appropriate
libraries under 'stdlib/public' in the near future, after API review is
complete and when all other tools that accompany these new APIs are ready.