Subscript

subscript(_:)

Accesses the element at the specified position. 指定された位置で要素にアクセスします。

Declaration 宣言

subscript(position: Int) -> Element { get }

Parameters パラメータ

position

The position of the element to access. position must be a valid index of the collection that is not equal to the endIndex property. アクセスする要素の位置。positionはコレクションの有効なインデックスで、endIndexプロパティと等しくないものでなければなりません。

Relationships 関係

From Protocol 由来プロトコル