The range of byte offsets to access. The upper and lower bounds of the range must be in the range 0...count
.
アクセスすることになるバイトオフセットの範囲。この範囲の上方および下方の境界は、範囲0...count
の中でなければなりません。
Subscript
subscript(_:)
Accesses the bytes in the specified memory region.
指定されたメモリ領域においてバイトにアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
subscript(bounds: Range
<Int
>) -> UnsafeMutableRawBufferPointer
.SubSequence
{ get nonmutating set }
Parameters パラメータ
bounds