Skip to content

Structure

PostgresRow.Index

A type that represents a position in the collection.
struct Index

Overview

Valid indices consist of the position of every element and a “past the end” position that’s not valid for use as a subscript argument.

Topics

Operators

  • <(_:_:)
    Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.

Relationships

Conforms To

  • Swift.Comparable
  • Swift.Equatable