The offset of the byte to access. i
must be in the range 0..<count
.
アクセスすることになるバイトのオフセット。i
は、範囲0..<count
の中でなければなりません。
Subscript
subscript(_:)
Accesses the byte at the given offset in the memory region as a
UInt8
value.
与えられたオフセットでメモリ領域においてUInt8
値としてバイトにアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
subscript(i: Int
) -> UnsafeMutableRawBufferPointer
.Element
{ get nonmutating set }
Parameters パラメータ
i