We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d3cd9 commit 19b4492Copy full SHA for 19b4492
docs/README.md
@@ -102,6 +102,8 @@ documentation, please create a thread on the Swift forums under the
102
- [DependencyAnalysis.md](/docs/DependencyAnalysis.md):
103
Describes different kinds of dependencies across files in the same module,
104
important for understanding incremental builds.
105
+- [DifferentiableProgrammingImplementation.md](/docs/DifferentiableProgrammingImplementation.md):
106
+ Describes how automatic differentiation is implemented in the Swift compiler.
107
- C and ObjC interoperability: Clang Importer and PrintAsClang
108
- [CToSwiftNameTranslation.md](/docs/CToSwiftNameTranslation.md):
109
Describes how C and ObjC entities are imported into Swift
0 commit comments