Subscript

subscript(_:)

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

Declaration 宣言

subscript(position: KeyValuePairs<Key, Value>.Index) -> KeyValuePairs<Key, Value>.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プロパティと等しくないものでなければなりません。

Return Value 戻り値

The key-value pair at position position. 位置positionでのキー値ペア。

Relationships 関係

From Protocol 由来プロトコル