<!--
{
  "documentType" : "article",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Array/ExpressibleByArrayLiteral-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "ExpressibleByArrayLiteral Implementations"
}
-->

# ExpressibleByArrayLiteral Implementations

## Topics

### Initializers

[`init(arrayLiteral: Element...)`](/documentation/Swift/Array/init(arrayLiteral:))

Creates an array from the given array literal.

### Type Aliases

[`typealias ArrayLiteralElement`](/documentation/Swift/Array/ArrayLiteralElement)

The type of the elements of an array literal.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)