Integers: Int

Swift provides an additional integer type, Int, which has the same size as the current platform’s native word size.

Additional information

  • Always use it for integer values in your code.
  • Can store any value between -2,147,483,648 and 2,147,483,647, and is large enough for many integer ranges.

Integers: Int — Structure map

Clickable & Draggable!

Integers: Int — Related pages: