Baby’s first property wrapper
Speaking of which: anybody know if there’s a way to get the name of the property being wrapped as a string? Would streamline what I’m doing with this
Property Wrappers in Swift explained with code examples

Learn how to create Property Wrappers in Swift. Use the @propertyWrapper to remove boilerplate, improve readability, and clean up code.

SwiftLee