swift
c1211a3f - [AutoDiff] Change `Differentiable.moved(along:)` to `move(along:)`. (#25437)

Commit
6 years ago
[AutoDiff] Change `Differentiable.moved(along:)` to `move(along:)`. (#25437) Change `Differentiable.moved(along:)` to `mutating func move(along:)`. This is important for upcoming class differentiation support. Update `Differentiable` derived conformances (logic and diagnostics). Update tests.
Author
Parents
Loading