PropertyTypeSpec
public protocol PropertyTypeSpec
Undocumented
-
Undocumented
Declaration
Swift
associatedtype NonOptionalType : Equatable
-
The property type, which might be the same as the base type, or Optional
. Declaration
Swift
associatedtype PropertyType
-
Undocumented
Declaration
Swift
static func equal(_ lhs: PropertyType, _ rhs: PropertyType) -> Bool
-
Undocumented
Declaration
Swift
static func toPropertyType(_ from: NonOptionalType?) throws -> PropertyType
-
Undocumented
Declaration
Swift
static func toOptionalType(_ from: PropertyType) -> NonOptionalType?