Subscript

subscript(_:)

Accesses the items at the given range of indexes. 与えられたインデックスの範囲での項目それらにアクセスします。

Declaration 宣言

subscript(bounds: Range<IndexSet.RangeView.Index>) -> Slice<IndexSet.RangeView> { get }

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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