API Collection
Collection Implementations
Topics
Instance Properties
var endIndex: IntThe collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.var startIndex: IntThe position of the first element in a nonempty collection.
Instance Methods
func index(after: Int) -> IntReturns the position immediately after the given index.
Subscripts
subscript(Int) -> PostgresRowAccesses the element at the specified position.
Type Aliases
typealias IndexA type that represents a position in the collection.