Creates an instance initialized with the given elements.
Required. Default implementations provided.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Creates an instance initialized with the given elements.
Required. Default implementations provided.
SDK
Framework
init(array Literal: Self .Scalar...)
Creates a vector from the specified elements.
init(array Literal: Self .Element...)
Creates a set containing the elements of the given array literal.