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