Contents

decodeGenericSubstitutions()

Decode all generic substitutions that were recorded for this invocation.

Declaration

mutating func decodeGenericSubstitutions() throws -> [any Any.Type]

Return Value

Array of all generic substitutions necessary to execute this invocation target.

Discussion

The values retrieved from here must be in the same order as they were recorded by recordGenericSubstitution(_:).