CollectionWitness
struct CollectionWitness : Sendable
The witness of a type’s conformance to the Collection trait from the standard library.
-
The implementation of the
Collection.Position.Declaration
Swift
let position: AnyType -
The implementation of the
Collection.Element.Declaration
Swift
let element: AnyType -
The implementation of
Collection.start_position.Declaration
Swift
let startPosition: Operand -
The implementation of
Collection.end_position.Declaration
Swift
let endPosition: Operand -
The implementation of
Collection.position(after:).Declaration
Swift
let positionAfter: Operand -
The implementation of
Collection.[].let.Declaration
Swift
let access: FunctionReference -
Creates the lowered witness of the conformance
cfor use inmodule.Declaration
Swift
init(_ c: FrontEnd.Conformance, in module: inout Module)
View on GitHub