writeUUIDBytes(_:)

Write a UUID info the buffer and advances the writer index.

ByteBuffer-foundation.swift:377
@discardableResult mutating func writeUUIDBytes(_ uuid: UUID) -> Int

Parameters

uuid

The UUID to write into the buffer.

Returns

The number of bytes written.