Skip to content

GenericContextDescriptorFlags

tevelee edited this page Jul 25, 2026 · 1 revision

GenericContextDescriptorFlags

Flags describing modern generic-context trailing records.

public struct GenericContextDescriptorFlags 

Properties

bits

Flags as represented in bits.

public let bits: UInt16

hasTypePacks

Whether the context contains at least one each type parameter.

public var hasTypePacks: Bool 

hasConditionalInvertedProtocols

Whether the context carries conditional inverted-protocol requirements.

public var hasConditionalInvertedProtocols: Bool 

hasValues

Whether the context contains at least one value generic parameter.

public var hasValues: Bool 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally