Skip to content

GenericSignatureHeader

tevelee edited this page Jul 25, 2026 · 1 revision

GenericSignatureHeader

Header shared by a constrained existential's generic signatures.

public struct GenericSignatureHeader 

Properties

numParams

Number of source generic parameters.

public let numParams: UInt16

numRequirements

Number of generic requirements.

public let numRequirements: UInt16

numKeyArguments

Number of argument-layout words.

public let numKeyArguments: UInt16
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally