subscript(_:) Accesses the component at the specified index. Declarationsubscript(index: Int) -> Double { get set }