subscript(_:)
Accesses the byte at the given offset in the memory region as a UInt8 value.
Declaration
subscript(i: Int) -> UnsafeMutableRawBufferPointer.Element { get nonmutating set }Parameters
- i:
The offset of the byte to access.
imust be in the range0..<count.