Const
Type guard that checks if a value is an 8-bit signed integer.
An Int8 is a signed integer in the range [-128, 127], representing values that fit in exactly 8 bits of memory.
true if the value is an Int8, false otherwise
true
false
Type guard that checks if a value is an 8-bit signed integer.
An Int8 is a signed integer in the range [-128, 127], representing values that fit in exactly 8 bits of memory.