init(_:)
Creates a new buffer over the same memory as the given buffer.
Declaration
init(_ bytes: UnsafeMutableRawBufferPointer)Parameters
- bytes:
The buffer to convert.
Creates a new buffer over the same memory as the given buffer.
init(_ bytes: UnsafeMutableRawBufferPointer)The buffer to convert.