Contents

subscript(_:)

Retrieves an element at a position in the column type.

Declaration

subscript(position: Int) -> Any? { get }

Parameters

  • position:

    A valid index in the column type.

See Also

Retrieving Elements