Subscript

subscript(_:)

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

Declaration 宣言

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

Parameters パラメータ

position

The position of the element to access. The only valid position in a CollectionOfOne instance is 0. アクセスする要素の位置。CollectionOfOneインスタンスの中の唯一の有効な位置は、0です。

Relationships 関係