+(_:_:)

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

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

Parameters

lhs

A SyntaxCollection

rhs

A collection or finite sequence.