Contents

append(_:)

Appends the content of another data object to the receiver.

Declaration

func append(_ other: Data)

Parameters

  • other:

    The data object whose content is to be appended to the contents of the receiver.

See Also

Adding Bytes