API Collection
Collection Implementations
Topics
Structures
struct IndexA type that represents a position in the collection.
Instance Properties
var count: IntThe number of elements in the collection.var endIndex: PostgresRow.IndexThe collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.var startIndex: PostgresRow.IndexThe position of the first element in a nonempty collection.
Instance Methods
func index(after: PostgresRow.Index) -> PostgresRow.IndexReturns the position immediately after the given index.
Subscripts
subscript(PostgresRow.Index) -> PostgresCellAccesses the element at the specified position.