Collections さまざまなコレクション

Store and organize data using arrays, dictionaries, sets, and other data structures. 配列、辞書、集合、および他のデータ構造を使ってデータを格納および組織化します。

Topics 話題

Arrays and Dictionaries 配列と辞書

Sets 集合

Ranges さまざまな範囲

Create a collection of all the values in a range by using the half-open (..<) and closed (...) range operators. ある範囲の中のすべての値からなる1つのコレクションを半開(..<)および完結(...)範囲演算子を使って作成します。

Strides ストライド

Create a stride that steps over values between two boundaries using the stride(from:to:by:) and stride(from:through:by:) functions. 2つの境界の間の値をまたぐストライドをstride(from:to:by:)およびstride(from:through:by:)関数を使って作成します。

Special-Use Collections 特殊用途のコレクション

These collections can store zero, one, or many of the same element. これらのコレクションは、ゼロ、1つ、または多くの同じ要素を格納できます。

Dynamic Sequences 動的なシーケンス

Joint Iteration 接合反復

Advanced Collection Topics 先進のコレクション話題

See Also 参照

Values and Collections 値とコレクション