---
title: StaticString.ExtendedGraphemeClusterLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/staticstring/extendedgraphemeclusterliteraltype
---

# StaticString.ExtendedGraphemeClusterLiteralType

A type that represents an extended grapheme cluster literal.

## Declaration

```swift
typealias ExtendedGraphemeClusterLiteralType = StaticString
```

## Discussion

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