Required Initializerswift 6.0.3Swift
init(arrayLiteral:)
Creates an instance initialized with the given elements.
init(arrayLiteral elements: Self.ArrayLiteralElement...)
Creates an instance initialized with the given elements.
init(arrayLiteral elements: Self.ArrayLiteralElement...)
ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfc
What are these?7CX9Q
import Swift
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
associatedtype ArrayLiteralElement
The type of the elements of an array literal.
init(arrayLiteral: Self.Element...)
Creates a set containing the elements of the given array literal.
init(arrayLiteral scalars: Self.Scalar...)
Creates a vector from the specified elements.
import Cxx
init(arrayLiteral elements: Self.Element...)
import SwiftSyntax
A library for working with Swift code.
init(arrayLiteral elements: Element...)