Subscript

subscript(_:)

Accesses the byte at the specified index. 指定されたインデックスでバイトにアクセスします。

Declaration 宣言

subscript(index: Data.Index) -> UInt8 { get set }

See Also 参照

Accessing Bytes バイトにアクセスする