An open API service indexing awesome lists of open source software.

https://github.com/rougeware/swift-propertywrapper-protocol

Lets you reference property wrappers as protocols
https://github.com/rougeware/swift-propertywrapper-protocol

property-wrapper protocol-oriented protocol-oriented-programming protocols spm swift swift-package swift-package-manager swift-protocol swiftpackage swiftpackagemanager

Last synced: 4 months ago
JSON representation

Lets you reference property wrappers as protocols

Awesome Lists containing this project

README

          

# `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.