API Collection
Collection Implementations
Topics
Instance Properties
var endIndex: PostgresColumns.IndexThe collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.var startIndex: PostgresColumns.IndexThe 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(PostgresColumns.Index) -> PostgresColumnAccesses the element at the specified position.
Type Aliases
typealias IndexA type that represents a position in the collection.