const USE_SIGNED: u8 = 2;
Expand description
A bitmask constant for scrutinizing the immediate byte provided
to the string comparison intrinsics. It distinuishes between
signed integers and unsigned integers. See compare_strings
for more details about the immediate byte.