struct Dictionary.Keys
A view of a dictionary’s keys.
辞書のもつキーのあるビュー
struct Dictionary.Values
A view of a dictionary’s values.
辞書のもつ値のあるビュー。
struct Dictionary.Index
The position of a key-value pair in a dictionary.
辞書の中でのあるキー値ペアの位置。
struct Dictionary.Iterator
An iterator over the members of a
Dictionary<Key, Value>
.
Dictionary<Key, Value>
のメンバーすべてを対象とするイテレータ。