init(bytes:)
Creates a new dispatch data object from the specified memory buffer.
Declaration
init(bytes buffer: UnsafeRawBufferPointer)Parameters
- buffer:
A contiguous buffer of memory containing the initial data.
Creates a new dispatch data object from the specified memory buffer.
init(bytes buffer: UnsafeRawBufferPointer)A contiguous buffer of memory containing the initial data.