Contents

append(contentsOf:)

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

Declaration

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

Parameters

  • elements:

    A finite sequence of elements to append.

See Also

Adding elements