short typedef

short = int

Type to mark an int property or List as 32-bit sized.

You may only store values between -2147483648 and 2147483647 in such a property.

Implementation

typedef short = int;