Initializerswift 6.1.2Swift

init(_:)

Creates a raw buffer over the contiguous bytes in the given typed buffer.

init<T>(_ buffer: UnsafeMutableBufferPointer<T>) where T : ~Copyable

Parameters

buffer

The typed buffer to convert to a raw buffer. The buffer’s type T must be a trivial type.