struct Array
An ordered, random-access collection.
順序付けられた、無作為アクセスのコレクション。
struct Dictionary
A collection whose elements are key-value pairs.
それの要素がキー値ペアであるコレクション。
struct Set
An unordered collection of unique elements.
特有な要素の順番付けられないコレクションを作成します。