Const
Casts a number to an Int8 branded type.
This function validates that the input is within the Int8 range [-128, 127] and is an integer, then returns it with the Int8 brand.
The value as an Int8 branded type
If the value is not a valid 8-bit signed integer
Casts a number to an Int8 branded type.
This function validates that the input is within the Int8 range [-128, 127] and is an integer, then returns it with the Int8 brand.