API Collection
Collection Implementations
Topics
Instance Properties
var count: IntThe number of elements in the collection.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.
Subscripts
subscript(_:)Accesses the element at the specified position.subscript(Int) -> PostgresCellAccesses the element at the specified position.
Type Aliases
typealias IndexA type that represents a position in the collection.