mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
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.