Integer typedef

Integer = Number<int>

Implementation

typedef Integer = Number<int>;