Introducer
public enum Introducer : Codable, Sendable
The introducer of a generic parameter declaration.
-
The type introducer,
type.Declaration
Swift
case type -
The value introducer,
valueDeclaration
Swift
case value
View on GitHub