Int typedef

Int = int

A shorthand alias for an integer value.

Implementation

typedef Int = int;