---
title: Array.ArrayLiteralElement
framework: swift
role: symbol
role_heading: Type Alias
path: swift/array/arrayliteralelement
---

# Array.ArrayLiteralElement

The type of the elements of an array literal.

## Declaration

```swift
typealias ArrayLiteralElement = Element
```

## See Also

### Supporting Types

- [Array.Index](swift/array/index.md)
- [Array.Indices](swift/array/indices.md)
- [Array.Iterator](swift/array/iterator.md)
- [Array.SubSequence](swift/array/subsequence.md)
