WitnessTableType
public struct WitnessTableType : TypeProtocol, CustomStringConvertible
The type of a witness table.
-
Creates an instance.
Declaration
Swift
public init() -
Declaration
Swift
public var flags: ValueFlags { get } -
Declaration
Swift
public var description: String { get }
View on GitHub