Skip to content

GenericEnvironment

tevelee edited this page Jul 25, 2026 · 1 revision

GenericEnvironment

The generic signature data associated with an accessible function.

public struct GenericEnvironment: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

flags

Flags describing the generic-environment record.

public var flags: GenericEnvironmentFlags 

genericParameterCounts

Cumulative generic-parameter counts for each nesting level.

public var genericParameterCounts: [UInt16] 

genericParameters

Generic parameters in this environment.

public var genericParameters: [GenericParameterDescriptor] 

requirements

Generic requirements in this environment.

public var requirements: [GenericRequirementDescriptor] 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally