---
title: StaticBigInt.IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/staticbigint/integerliteraltype
---

# StaticBigInt.IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
typealias IntegerLiteralType = StaticBigInt
```

## Discussion

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