mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename `move(along:)` to `move(by:)` based on the proposal feedback. The main argument for the change is that tangent vectors specify both a direction and a magnitude, whereas `along:` does not indicate that `self` is being moved by the specified magnitude.