subscript(_:) Accesses the byte at the specified index. Declarationsubscript(index: Data.Index) -> UInt8 { get set }