Structure

IndexSet

A collection of unique integer values that represent the indexes of elements in another collection. 別のコレクションの中の要素のインデックスを表す特有な整数値それらからなるあるコレクション。

Declaration 宣言

struct IndexSet

Overview 概要

The range of valid integer values is 0...Int.max-1. Anything outside this range is an error. 有効な整数値の範囲は、0...Int.max-1です。この範囲の外側のどんなものもエラーとなります。

Topics 話題

Creating an Index Set インデックス集合を作成する

Counting Items in a Set 集合の中の項目を数える

Accessing Elements 要素にアクセスする

Combining Index Sets インデックス集合を結合する

Inserting Elements いくつかの要素を挿入する

Removing Elements 要素の削除

Testing Set Membership 集合メンバーシップをテストする

Manipulating Indexes インデックスを操作する

Finding Elements 要素を見つける

Selecting Elements 要素の選択

Excluding Elements 要素を排除する

Transforming Elements 要素を変形する

Iterating Over Elements 要素すべてに対して反復する

Sorting Elements 要素のソート(並べ換え)

Shifting Index Groups インデックスグループをずらす

Splitting the Set 集合を分割する

Comparing Index Sets インデックス集合を比較する

Getting a Range-Based View 範囲に基づくビューを取得する

Describing an Index Set インデックス集合を記述する

Using Reference Types 参照型を使用する

Type Aliases 型エイリアス

Initializers イニシャライザ

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

Instance Methods インスタンス メソッド

Subscripts 添え字

Structures 構造体

See Also 参照

Indexes インデックス