+(_:_:)

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

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

Parameters

lhs

A collection or finite sequence.

rhs

A range-replaceable collection.