SettingsValue
@propertyWrapper
class SettingsValue<T> : Encodable where T : EncodableWraps settings properties, making them thread-safe. All access to the internalValue should be done through the wrapper because of the thread-safety thing.
- 
                  
                  DeclarationSwift fileprivate var internalValue: T
- 
                  
                  DeclarationSwift var wrappedValue: T { get set }
- 
                  
                  DeclarationSwift init(wrappedValue: T)
- 
                  
                  DeclarationSwift func encode(to encoder: Encoder) throws
 View on GitHub
            View on GitHub
           SettingsValue Class Reference
      SettingsValue Class Reference