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