+=(_:_:)

Appends the elements of a sequence to a range-replaceable collection.

SyntaxCollection.swift:387
static func += (lhs: inout Self, rhs: some Sequence<Element>)

Parameters

lhs

The SyntaxCollection to append to.

rhs

A collection or finite sequence.