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