Subscript

subscript(_:)

Accesses one element in the index set. インデックス集合の中の1つの要素にアクセスします。

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル