recordGenericSubstitution(_:)
The arguments must be encoded order-preserving, and once decodeGenericSubstitutions is called, the substitutions must be returned in the same order in which they were recorded.
Declaration
mutating func recordGenericSubstitution<T>(_ type: T.Type) throwsParameters
- type:
A generic substitution type to be recorded for this invocation.