Instance Property
インスタンスプロパティ
end
endIndex
The ending index in the range.
範囲の中の終了インデックス。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Counting Indexes インデックスを数える
var count: Int
The number of elements in the collection.
コレクションの要素の数を返します。
var first: Range<IndexSet.Element>?
The first element of the collection.
コレクションの最初の要素。
var isEmpty : Bool
A Boolean value indicating whether the collection is empty.
コレクションが空かどうかを指し示すブール値。
var last: Range<IndexSet.Element>?
The last element of the collection.
コレクションの最後の要素。
var lazy: LazySequence<IndexSet.RangeView>
A sequence containing the same elements as this sequence, but on which some operations, such as
map
and filter
, are implemented lazily.
このシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmap
やfilter
が遅延に実装されます。
let startIndex : IndexSet.RangeView.Index
The beginning index in the range.
範囲の中の開始インデックス。