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