subscript(_:) Accesses the scalar at the specified position. Declarationsubscript(index: Int) -> Scalar { get set }