var count: Int
The number of elements in the collection.
コレクションの要素の数を返します。
let endIndex : IndexSet.RangeView.Index
The ending index in the range.
範囲の中の終了インデックス。
var first: Range<IndexSet.Element>?
The first element of the collection.
コレクションの最初の要素。
var isEmpty : Bool
A Boolean value indicating whether the collection is empty.
コレクションが空かどうかを指し示すブール値。
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.
範囲の中の開始インデックス。