Creates a new instance of a collection containing the elements of a sequence.
SDK
Framework
On This Page
init<S>(_ elements: S) where S : Sequence, S.Element == Character
elements
The sequence of elements for the new collection. elements must be finite.
RangeReplaceableCollection