Subscript

subscript(_:)

Accesses the element at the specified index. 指定されたインデックスでの要素にアクセスします。

Declaration 宣言

subscript(index: Int) -> Float { get set }

Parameters パラメータ

index

The index of the element to access. index must be in the range 0..<scalarCount. アクセスする要素のインデックス。indexは、範囲0..<scalarCountの中になければなりません。

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル