Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Method

write(bytes:)

Appends the given bytes to the internal buffer.
mutating func write(bytes: some Collection<UInt8> & Sendable)

Parameters

bytes

The bytes to append.