---
title: Float16.IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float16/integerliteraltype
---

# Float16.IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
typealias IntegerLiteralType = Int64
```

## Discussion

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