Contents

append(_:count:)

Appends the specified bytes from memory to the end of the data.

Declaration

mutating func append(_ bytes: UnsafePointer<UInt8>, count: Int)

See Also

Adding Bytes