struct UnsafeRawBufferPointer
A nonowning collection interface to the bytes in a
region of memory.
Inheritance |
Collection, CustomDebugStringConvertible, Sequence |
Associated Types |
public typealias SubSequence = Slice<UnsafeRawBufferPointer>
public typealias Element = UInt8
public typealias Index = Int
public typealias Indices = Range<Int>
|
Nested Types |
UnsafeRawBufferPointer.Iterator |
Initializers
Instance Variables
Subscripts
Instance Methods