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.
CotangentVector
2 parents daa67ca + 2df9c1b commit aa4fd59Copy full SHA for aa4fd59
stdlib/public/core/AutoDiff.swift
@@ -179,10 +179,6 @@ public protocol Differentiable {
179
@available(*, deprecated,
180
message: "'AllDifferentiableVariables' is now equal to 'Self' and will be removed")
181
typealias AllDifferentiableVariables = Self
182
-
183
- @available(*, deprecated,
184
- message: "'CotangentVector' is now equal to 'TangentVector' and will be removed")
185
- typealias CotangentVector = TangentVector
186
}
187
188
public extension Differentiable {
0 commit comments