Skip to content

Structure

PostgresColumns.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.

Relationships

Conforms To

  • Swift.IteratorProtocol