Subscript

subscript(_:)

Accesses the bytes at the specified range of indexes. 指定された範囲のインデックスでバイトにアクセスします。

Declaration 宣言

subscript(bounds: Range<Data.Index>) -> Data { get set }

See Also 参照

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