Description:
- A signed integer value type.
 - On 32-bit platforms, 
Intis the same size asInt32, and on 64-bit platforms,Intis the same size asInt64. https://developer.apple.com/documentation/swift/int 
Search
Oct 29, 20251 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