+(_:_:)

Creates a new collection by concatenating the elements of a collection and a sequence.

SyntaxCollection.swift:334
static func + (lhs: Self, rhs: some Sequence<Element>) -> Self

Parameters

lhs

A SyntaxCollection

rhs

A collection or finite sequence.