Description: A 64-bit signed integer type. Can represent whole numbers from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Example #

let number: Int = 42
let negative: Int = -100