TargetABI
public protocol TargetABI
Types that describe the ABI for which we might interpret code.
-
Returns the layout of
t.Declaration
Swift
func layout(_ t: BuiltinType) -> TypeLayout.Bytes -
unionDiscriminator(count:Extension method) Returns a discriminator type for the union of
ntypes.Precondition:
nis positiveDeclaration
Swift
public func unionDiscriminator(count n: Int) -> AnyType
View on GitHub