---
title: ExtendedGraphemeClusterLiteralType
framework: swift
role: symbol
role_heading: Associated Type
path: swift/expressiblebyextendedgraphemeclusterliteral/extendedgraphemeclusterliteraltype
---

# ExtendedGraphemeClusterLiteralType

A type that represents an extended grapheme cluster literal.

## Declaration

```swift
associatedtype ExtendedGraphemeClusterLiteralType : _ExpressibleByBuiltinExtendedGraphemeClusterLiteral
```

## Discussion

Discussion Valid types for ExtendedGraphemeClusterLiteralType are Character, String, and StaticString.
