subscript(_:) Accesses the data byte at the specified position. Declarationsubscript(position: Int) -> UInt8 { get set }