Contents

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.