---
title: Int.IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/int/integerliteraltype
---

# Int.IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
typealias IntegerLiteralType = Int
```

## See Also

### Infrequently Used Functionality

- [init()](swift/int/init().md)
- [init(integerLiteral:)](swift/int/init(integerliteral:).md)
- [distance(to:)](swift/int/distance(to:).md)
- [advanced(by:)](swift/int/advanced(by:).md)
- [Int.Stride](swift/int/stride.md)
- [hashValue](swift/int/hashvalue.md)
