---
title: IntegerLiteralType
framework: swift
role: symbol
role_heading: Associated Type
path: swift/expressiblebyintegerliteral/integerliteraltype
---

# IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
```

## Discussion

Discussion The standard library integer and floating-point types are all valid types for IntegerLiteralType.
