Subscript

subscript(_:)

Accesses the item at the given index. 与えられたインデックスでの項目にアクセスします。

Declaration 宣言

subscript(index: IndexSet.RangeView.Index) -> Range<IndexSet.Element> { get }

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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