Type Alias

Float.IntegerLiteralType

A type that represents an integer literal. ある整数リテラルを表す型。

Declaration 宣言

typealias IntegerLiteralType = Int64

Discussion 解説

The standard library integer and floating-point types are all valid types for IntegerLiteralType. 標準ライブラリの整数および浮動小数点型は、IntegerLiteralTypeに対する有効な型のすべてです。