subscript(_:)
Retrieves an element at a position in the column type.
Declaration
subscript(position: Base.Index) -> Base.WrappedElement { get }Parameters
- position:
A valid index in the column type.
Retrieves an element at a position in the column type.
subscript(position: Base.Index) -> Base.WrappedElement { get }A valid index in the column type.