---
title: DictionaryLiteral
framework: swift
role: symbol
role_heading: Type Alias
path: swift/dictionaryliteral
---

# DictionaryLiteral

## Declaration

```swift
typealias DictionaryLiteral<Key, Value> = KeyValuePairs<Key, Value>
```

## See Also

### Special-Use Collections

- [repeatElement(_:count:)](swift/repeatelement(_:count:).md)
- [CollectionOfOne](swift/collectionofone.md)
- [EmptyCollection](swift/emptycollection.md)
- [KeyValuePairs](swift/keyvaluepairs.md)
