You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*During the review process, add the following fields as needed:*
12
-
13
-
* Implementation: [apple/swift#NNNNN](https://github.com/apple/swift/pull/NNNNN) or [apple/swift-evolution-staging#NNNNN](https://github.com/apple/swift-evolution-staging/pull/NNNNN)
@@ -26,11 +16,6 @@ the number of ARC calls or copies needed to call a function, and provides a
26
16
necessary prerequisite feature for move-only types to specify whether a function
27
17
consumes a move-only value or not.
28
18
29
-
Pitch threads:
30
-
31
-
- First pitch thread: [https://forums.swift.org/t/pitch-formally-defining-consuming-and-nonconsuming-argument-type-modifiers](https://forums.swift.org/t/pitch-formally-defining-consuming-and-nonconsuming-argument-type-modifiers)
32
-
- Second pitch thread: [https://forums.swift.org/t/borrow-and-take-parameter-ownership-modifiers/59581](https://forums.swift.org/t/borrow-and-take-parameter-ownership-modifiers/59581)
33
-
34
19
## Motivation
35
20
36
21
Swift uses automatic reference counting to manage the lifetimes of reference-
0 commit comments