Okay, so I’m a bit behind, but how amazing are @propertyWrappers in Swift 5.1?! Recap Formerly called “property delegates”, property wrappers are just that. They’re a wrapper around a property, and they’re simpler to set up than you might expect. A property wrapper is just a type annotated with @propertyWrapper : …