Description:
- A signed integer value type.
- On 32-bit platforms,
Int
is the same size asInt32
, and on 64-bit platforms,Int
is the same size asInt64
. https://developer.apple.com/documentation/swift/int
Search
Nov 22, 20241 min read
Int
is the same size as Int32
, and on 64-bit platforms, Int
is the same size as Int64
.
https://developer.apple.com/documentation/swift/int