API Collection
Sequence Implementations
Topics
Structures
struct IteratorA type that provides the sequence’s iteration interface and encapsulates its iteration state.
Instance Methods
func makeIterator() -> PostgresRow.IteratorReturns an iterator over the elements of this sequence.
Type Aliases
typealias ElementA type representing the sequence’s elements.