Contents

append(contentsOf:)

Appends the bytes in the specified array to the end of the data.

Declaration

mutating func append(contentsOf bytes: [UInt8])

See Also

Adding Bytes