Contents

init(_:)

Creates a new buffer over the same memory as the given buffer.

Declaration

init(_ bytes: UnsafeMutableRawBufferPointer)

Parameters

  • bytes:

    The buffer to convert.