Int
A 64-bit signed integer, such as 1234, 10_000 or -5.
1234
10_000
-5
struct Int { __BUILTIN_IMPLEMENTATION: NoValue, }