Subscript

subscript(_:)

Accesses the byte at the given offset in the memory region as a UInt8 value. 与えられたオフセットでメモリ領域においてUInt8値としてバイトにアクセスします。

Declaration 宣言

subscript(i: Int) -> UnsafeMutableRawBufferPointer.Element { get nonmutating set }

Parameters パラメータ

i

The offset of the byte to access. i must be in the range 0..<count. アクセスすることになるバイトのオフセット。iは、範囲0..<countの中でなければなりません。

Relationships 関係