Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 229 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 229 Bytes

PropertyWrapper Protocol

Swift 5.1 introduced the wonderful @propertyWrapper feature, but unfortunately it's a little difficult to genericize.

Conform to this protocol to use any property wrapper type more generically.