mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add `Differentiable.withDerivative(_:)`, a "derivative surgery" API. `Differentiable.withDerivative(_:)` is an identity function returning `self`. It takes a closure and applies it to the derivative of the return value, in contexts where the return value is differentiated with respect to.