Skip to main content

Integer

SwiftKotlinSize (bits)
IntSame size as the current platform’s native word size.
Int8Byte8
Int16Short16
Int32Int32
Int64Long64
var integer: Int = 0
var 8BitsInteger: Int8 = 0
var 16BitsInteger: Int16 = 0
var 32BitsInteger: Int32 = 0
var 64BitsInteger: Int64 = 0