---
title: StringLiteralType
framework: swift
role: symbol
role_heading: Associated Type
path: swift/expressiblebystringliteral/stringliteraltype
---

# StringLiteralType

A type that represents a string literal.

## Declaration

```swift
associatedtype StringLiteralType : _ExpressibleByBuiltinStringLiteral
```

## Discussion

Discussion Valid types for StringLiteralType are String and StaticString.
