Skip to content

Commit a07b1fa

Browse files
committed
Number property wrappers for arguments as SE-0293
1 parent 35b1a7b commit a07b1fa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: proposals/XXXX-extend-property-wrappers-to-function-and-closure-parameters.md renamed to proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Extend Property Wrappers to Function and Closure Parameters
22

3-
* Proposal: [SE-NNNN](NNNN-extend-property-wrappers-to-function-and-closure-parameters.md)
3+
* Proposal: [SE-0293](0293-extend-property-wrappers-to-function-and-closure-parameters.md)
44
* Authors: [Holly Borla](https://github.com/hborla), [Filip Sakel](https://github.com/filip-sakel)
5-
* Review Manager: TBD
6-
* Status: **Awaiting implementation**
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
6+
* Status: **Active Review (Dec 1, 2020 ... Dec 13, 2020) implementation**
77
* Implementation: [apple/swift#34272](https://github.com/apple/swift/pull/34272)
88

9-
109
## Introduction
1110

1211
Property Wrappers were [introduced in Swift 5.1](https://github.com/apple/swift-evolution/blob/main/proposals/0258-property-wrappers.md), and have since become a popular mechanism for abstracting away common accessor patterns for properties. Currently, applying a property wrapper is solely permitted on local variables and type properties. However, with increasing adoption, demand for extending _where_ property wrappers can be applied has emerged. This proposal aims to extend property wrappers to function and closure parameters.

0 commit comments

Comments
 (0)