<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "tvOS: 16.4.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/StaticBigInt/IntegerLiteralType",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s12StaticBigIntV18IntegerLiteralTypea"
  },
  "title" : "StaticBigInt.IntegerLiteralType"
}
-->

# StaticBigInt.IntegerLiteralType

A type that represents an integer literal.

```
typealias IntegerLiteralType = StaticBigInt
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)