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