Assert that input is a 32-bit integer.
input
assertIsInt32(42); // does not throwassertIsInt32(2 ** 31); // throws TypeError: input is not an Int32 Copy
assertIsInt32(42); // does not throwassertIsInt32(2 ** 31); // throws TypeError: input is not an Int32
Assert that
inputis a 32-bit integer.