FieldOptionalType
public protocol FieldOptionalType : ExpressibleByNilLiteral
Optional values to be used for Field
properties.
-
The type for the wrapped value
Declaration
Swift
associatedtype Wrapped
-
Used internally by CoreStore. Do not call directly.
Declaration
Swift
var cs_wrappedValue: Wrapped? { get }