Skip to content

Structure

PostgresRow.Iterator

A type that provides the sequence’s iteration interface and encapsulates its iteration state.
struct Iterator

Topics

Instance Methods

  • next()
    Advances to the next element and returns it, or nil if no next element exists.

Type Aliases

Relationships

Conforms To

  • Swift.IteratorProtocol