InstantiationContext
private struct InstantiationContext
A context in which a generic parameter can be instantiated.
-
The scope in which the parameter is being used.
Declaration
Swift
let scopeOfUse: AnyScopeID -
The scope extended by
scopeOfUseif the latter is contained in an extension.Declaration
Swift
let extendedScope: AnyScopeID?
View on GitHub