IteratorWitness
struct IteratorWitness : Sendable
The witness of a type’s conformance to the Iterator trait from the standard library.
-
The implementation of the
Iterator.Element.Declaration
Swift
let element: AnyType -
The implementation of
Iterator.next.Declaration
Swift
let next: Operand -
Creates the lowered witness of the conformance
cfor use inmodule.Declaration
Swift
init(_ c: FrontEnd.Conformance, in module: inout Module)
View on GitHub