API Collection
Collection Implementations
Topics
Instance Properties
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.
Type Aliases
PostgresQueryResult.IndexA type that represents a position in the collection.