+(_:_:)

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

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

Parameters

lhs

A collection or finite sequence.

rhs

A range-replaceable collection.