Instance Property インスタンスプロパティ

startIndex

The position of the first element in a nonempty dictionary. 空でない辞書の中の最初の要素の位置。

Declaration 宣言

var startIndex: Dictionary<Key, Value>.Index { get }

Discussion 解説

If the collection is empty, startIndex is equal to endIndex. コレクションが空ならば、startIndexendIndexと等しいです。

Complexity: Amortized O(1) if the dictionary does not wrap a bridged NSDictionary. If the dictionary wraps a bridged NSDictionary, the performance is unspecified. 計算量:この辞書が、ブリッジされたNSDictionaryをラップしないならば均してO(1)。辞書が、ブリッジされたNSDictionaryをラップするならば、性能は不特定です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る