API Collection
Collection Implementations
Topics
Structures
PostgresRow.IndexA type that represents a position in the collection.
Instance Properties
countThe number of elements in the collection.endIndexThe collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.startIndexThe position of the first element in a nonempty collection.
Instance Methods
index(after:)Returns the position immediately after the given index.
Subscripts
subscript(_:)Accesses the element at the specified position.