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