Subscript

subscript(_:)

Accesses the scalar at the specified position. 指定された位置でスカラーにアクセスします。

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル