Is there any way to make an immutable propertyWrapper? That is, a wrapper where the wrapper type *itself* is a "let" property, even though the wrappedValue presents as mutable?
Use cases are things like AppStorage where the property is actually just a computed accessor to a key value store, or something like an Atomic wrapper where the wrapper is a class and the wrapped value is protected by a mutex