RawRepresentable
extension RawRepresentable where RawValue: ImportableAttributeType
-
Creates an instance of this type from its
QueryableNativeType
value.Declaration
Swift
@inline(__always) public static func cs_fromQueryableNativeType(_ value: QueryableNativeType) -> Self?
-
Creates
QueryableNativeType
value from this instance.Declaration
Swift
@inline(__always) public func cs_toQueryableNativeType() -> QueryableNativeType