---
title: UInt128.IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/uint128/integerliteraltype
---

# UInt128.IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
typealias IntegerLiteralType = UInt128
```

## Discussion

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