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