We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4730f commit 84c30b5Copy full SHA for 84c30b5
stdlib/public/Differentiation/Differentiable.swift
@@ -40,6 +40,7 @@ public protocol Differentiable {
40
41
public extension Differentiable where TangentVector == Self {
42
@_alwaysEmitIntoClient
43
+ @inlinable
44
mutating func move(by offset: TangentVector) {
45
self += offset
46
}
0 commit comments