<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/MarkupOrderedSet/append(contentsOf:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit16MarkupOrderedSetV6append10contentsOfyx_tSTRzAA0C0_p7ElementRtzlF"
  },
  "title" : "append(contentsOf:)"
}
-->

# append(contentsOf:)

Appends the contents of a sequence to the end of the set, excluding elements that are already members.

```
mutating func append(contentsOf elements: some Sequence<any Markup>)
```

## Parameters

`elements`

A finite sequence of elements to append.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)