MetatypeType
public struct MetatypeType : TypeProtocol
extension MetatypeType: CustomStringConvertible
The type of a type.
-
The type of which
selfis a type.Declaration
Swift
public let instance: AnyType -
Creates a type denoting the type of
instance.Declaration
Swift
public init<T>(of instance: T) where T : TypeProtocol -
Declaration
Swift
public var flags: ValueFlags { get } -
Declaration
Swift
public func transformParts<M>( mutating m: inout M, _ transformer: (inout M, AnyType) -> TypeTransformAction ) -> Self -
Declaration
Swift
public var description: String { get }
View on GitHub