Instance Method
write(bytes:)
Appends the given bytes to the internal buffer.
mutating func write(bytes: some Collection<UInt8> & Sendable)
Parameters
bytesThe bytes to append.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
mutating func write(bytes: some Collection<UInt8> & Sendable)
bytesThe bytes to append.