Structure

IndexSet.RangeView

A view of the contents of an IndexSet, organized by range. IndexSetの内容のあるビュー、範囲によって組織されます。

Declaration 宣言

struct IndexSet.RangeView

Overview 概要

For example, if an IndexSet is composed of: [1..<5] and [7..<10] and [13] then calling next() on this view’s iterator will produce 3 ranges before returning nil. 例えば、あるIndexSetが次で構成されるならば:[1..<5][7..<10][13]、その時next()をこのビューの持つイテレータ上で呼び出すことは、nilを返す前に3つの範囲を生成します。

Topics 話題

Counting Indexes インデックスを数える

Accessing Indexes インデックスにアクセスする

Finding Indexes インデックスを見つける

Selecting Indexes インデックスを選択する

Excluding Indexes インデックスを排除する

Transforming a Range 範囲を変形する

Iterating over Indexes インデックスすべてに対して反復する

Sorting Indexes インデックスをソートする

Splitting and Joining Ranges 範囲の分割と結合

Testing for Inclusion in the Range 範囲における包含についてテストする

Comparing Range Views 範囲ビューを比較する

Type Aliases 型エイリアス

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

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

Subscripts 添え字

Relationships 関係

Conforms To 次に準拠

See Also 参照

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