init(arrayLiteral:)
Creates a shape structure from the given array literal.
Declaration
init(arrayLiteral elements: Int...)Parameters
- elements:
A variadic list of elements of the new array.
Creates a shape structure from the given array literal.
init(arrayLiteral elements: Int...)A variadic list of elements of the new array.