Int

A signed integer value type.

@frozen struct Int

On 32-bit platforms, Int is the same size as Int32, and on 64-bit platforms, Int is the same size as Int64.