Const
Casts a number to the Int8 branded type.
number
Int8
Validates that the value is an integer in [-128, 127] and returns it with the Int8 brand. Throws a TypeError otherwise.
TypeError
The value as an Int8
If the value is not an integer in [-128, 127]
Casts a
numberto theInt8branded type.Validates that the value is an integer in [-128, 127] and returns it with the
Int8brand. Throws aTypeErrorotherwise.